@php $input = $config['form']['navbar']['information']['input']; @endphp
| {{ __("field.{$k_i}") }} | @if ($k_i == 'created_at') {{ str_date($data->{$k_i}, 'd m Y H:i') }} @elseif (!empty($i['type'])) @if ($i['type'] == 'select') {{ $data->subject_opt->local->name ?? null }} @elseif ($i['type'] == 'input') {{ $data->{$k_i} ?? '-' }} @endif @else {{ $data->{$k_i} ?? '-' }} @endif | 
|---|