@php $categories = App\Models\Category::with('subs')->where('status',1)->get(); $pages = App\Models\Page::get(); @endphp
@if (!empty(request()->input('sort'))) @endif @if (!empty(request()->input('minprice'))) @endif @if (!empty(request()->input('maxprice'))) @endif