@php $company = !empty($config['form']['navbar']['company']['input']) ? $config['form']['navbar']['company']['input'] : []; $data_com = !empty($data['company']) ? $data['company'] : []; @endphp
@if (!empty($company)) @php $cls_row = ['2' => 'col-lg-6', '3' => 'col-lg-4']; @endphp @foreach ($company as $item => $item_v) @if (is_numeric($item)) @php $div_cls = $cls_row[count($item_v)] ?? ''; @endphp @foreach ($item_v as $k => $v) @if (!empty($v['status'])) @if ($v['type'] == 'file') @if (!empty($data_com[$k])) @endif @else
@endif @endif @endforeach @else @if (!empty($item_v['status']))
@endif @endif @endforeach @endif