@php $main_categories = App\Models\Category::where('parent_id', null) ->where('country_id', session()->get('country_id')) ->get(); @endphp