@livewireStyles @php $getCountry = \App\Models\Country::where('prefix',session('country'))->first(); $get_main_country = \App\Models\Country::where('prefix','!=',session('country'))->where('show_on_main',true)->get(); @endphp
@yield('content') @livewireScripts