{{-- Part of phoenix project. --}} @extends('_global.html') @section('content')
{{ $item->name }}

{{ $item->name }}

{{ $item->country }}
@foreach($talents as $key => $talent) {{ ($key ? '、' : '') . $talent }} @endforeach
{{ $item->about }}
@include('_global.widget.products', ['items' => $products])
@stop