|
|
@if (!empty($data))
@foreach ($data as $item)
{{ $item['name'] ?? '' }}
|
@if (!empty($item['link']))
{{ $item['value'] ?? '-' }}
@else
{{ $item['value'] ?? '-' }}
@endif
|
@endforeach
|
|
@endif
@if (!empty($contact->work))
{!! $contact->work ?? '' !!}
|
@endif
@if (!empty($contact->office))
{!! $contact->office ?? '' !!}
|
@endif
กลับเข้าสู่ระบบ
|
{{ url('/') }}
|
|
|
|