@csrf
@for($i = 1; $i < 5; $i++)
@endfor
{{ Request::get('price_min') ?? '20' }} {{ Request::get('price_max') ?? '4000' }}
Refresh