@foreach(request()->except(['from_date', 'to_date', 'hotel', 'hall', 'company', 'country', 'service_type']) as $input_name=>$value) @if(is_array($value)) @foreach($value as $item) @endforeach @else @endif @endforeach