@php
$banner = $config['form']['navbar']['banner']['input'];
$data_id = 0;
@endphp
@foreach ($banner 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')
@endif
@endforeach