@if (!empty($setting->logo_header)) @endif

{{ $subject ?? '' }}

@if (!empty($config['table_body']['status']) && !empty($data)) @php $b_c = $config['table_body']; @endphp @foreach ($data as $item) @endforeach
{!! $item['name'] ?? '' !!} {!! $item['value'] ?? '-' !!}
@endif @if (!empty($config['table_table']['status']) && !empty($table)) @php $t_c = $config['table_table']; @endphp @if (!empty($table['header'])) @foreach ($table['header'] as $h) @endforeach @endif @if (!empty($table['body'])) @foreach ($table['body'] as $b) @foreach ($b as $k => $v) @endforeach @endforeach @endif
{{ $h['name'] ?? '' }}
{{ $v['value'] ?? '' }}
@endif @if (!empty($config['table_footer']['status'])) @php $footer = ['work', 'office']; $last = end($footer); @endphp @foreach ($footer as $k_f => $f) @if (!empty($contact[$f]) && !empty($config['table_footer'][$f])) @endif @endforeach @endif