@php
$style = $config['form']['navbar']['style']['input'];
$data_id = 0;
@endphp
@foreach ($style as $k_b => $b)
@if (empty($b['status']))
@continue
@endif
@if (str_contains($k_b, 'row_'))
@foreach ($b as $k_i => $i)
@if (empty($i['status']))
@continue
@endif
@if (str_contains($i['type'], 'upload'))
@endif
@endforeach
@elseif ($b['type'] == 'input')
@elseif ($b['type'] == 'upload_video')
@elseif ($b['type'] == 'upload_file')
@endif
@endforeach