@if (!in_array(array_keys($input)[0], ['btn_learn_more_name', 'btn_contact_name']))
{{ __('field.frm') }}
{{ $item['name'] ?? '' }}
@endif
@foreach ($input as $k_i => $i)
@if (!empty($i['status']))
@php
$chk_req = !empty($i['validate']);
$label = $i['label'] ?? __('field.' . $k_i);
@endphp
@endif
@endforeach