{{-- Part of phoenix project. --}} @extends('_global.html') @section('content') {{ $item->name }} {{ $item->country }} {{ $item->email }} @foreach($talents as $key => $talent) {{ ($key ? '、' : '') . $talent }} @endforeach {{ $item->about }} @include('_global.widget.products', ['items' => $products]) @stop