@if (!empty($data['profile']['list']))
@foreach ($data['profile']['list'] as $item)
@endforeach
@endif
{{ !empty($item['name']) ? $item['name'] : '' }}
{!! !empty($item['address']) ? $item['address'] : '' !!}
{{__('frontend.mobile')}}. {{ !empty($item['tel']) ? str_phone($item['tel']) : '' }}
{{__('frontend.email')}} : {{ !empty($item['email']) ? $item['email'] : '' }}
{!! !empty($data['profile']['desc']['detail']) ? $data['profile']['desc']['detail'] : '' !!}