{{ $field['title'] }}

@php $seatTypeGet = request()->query('seat_type',[]); @endphp
@foreach($seatType as $type) {{__( ':min :name',['min'=>$minValue,'name'=>$type->name])}} {{__(':count'.$type->name,['count'=>$inputValue??$minValue])}} @endforeach
@foreach($seatType as $type)
{{__('Adults :type',['type'=>$type->name])}}
@endforeach