@if(is_default_lang())
{{__("Map Search Fields")}}
{{__("Search Field")}}
{{__("Order")}}
@php $boat_map_search_fields = setting_item_array('boat_map_search_fields'); $types = [ 'location'=>__("Location"), 'attr'=>__("Attribute"), 'date'=>__("Date"), 'price'=>__("Price"), 'advance'=>__("Advance"), ]; $attrs = \Modules\Core\Models\Attributes::where('service', 'boat')->get(); @endphp @foreach($boat_map_search_fields as $key=>$item)

@endforeach
{{__('Add item')}}

@endif