@extends('frontend::layouts.subpage') @section('content')
@if (!empty($data['profile']['list'])) @foreach ($data['profile']['list'] as $item)

{{ !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'] : '' }}
@endforeach @endif
{!! !empty($data['profile']['desc']['detail']) ? $data['profile']['desc']['detail'] : '' !!}
@endsection