@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
{{$getCountry->name}}
@foreach($get_main_country as $country)
{{$country->name}}
@endforeach
{{$setting->email}}
{{$setting->phone}}
@if(auth('shop')->check() || auth('supplier')->check())
تسجيل خروج
@elseif(auth('web')->check())
تسجيل خروج
@csrf
@else
إنشاء حساب
إنشاء حساب مشتري
انشاء حساب مورد
@endif {{--@auth--}} {{--
--}} {{--
تسجيل خروج
--}} {{--
--}} {{--@else--}} {{--
--}} {{--
--}} {{--
إنشاء حساب--}} {{--
--}} {{--
--}} {{--
إنشاء حساب محل تجاري
--}} {{--
انشاء حساب مورد
--}} {{--
--}} {{--
--}} {{--
--}} {{--@endif--}}
@yield('content') @livewireScripts