@foreach(request()->except(['from_meal_date', 'to_meal_date', 'country', 'service_type']) as $input_name=>$value) @if(is_array($value)) @foreach($value as $item) @endforeach @else @endif @endforeach