|
|
@if (!empty($data))
@foreach ($data as $item)
{{ $item['name'] ?? '' }}
|
{{ $item['value'] ?? '-' }}
|
@endforeach
|
|
@endif
@if (!empty($contact->work))
{!! $contact->work ?? '' !!}
|
@endif
@if (!empty($contact->office))
{!! $contact->office ?? '' !!}
|
@endif
|
|
|