@props([
'admin',
'label' => __('location.label_txt'),
'name' => 'location_id',
'id' => null,
'class' => '',
'option_option' => true,
'option_option_label' => __('admin.def_drop_optn_styl1_txt'),
'required' => true,
'mode' => 'module_form',
'model' => null,
'col' => 'col-md-12',
'autoSelect' => true,
'value' => '',
])
@if ($mode === 'header')
{{-- 🔹 HEADER MODE --}}
@else
{{-- 🔹 FORM MODE --}}
@endif