عضویت در خبرنامه

@php $menu_footers = \App\Models\Menus::all(); $categories = \App\Models\Category::where('parent_id', 0)->where('is_active',1)->orderby('priority','asc')->get(); @endphp