@yield('seo')
@livewireStyles @yield('css')
{{ auth()->user()->name }}
{{--
Admin
--}}
Dashboard
Settings
Recieve Package
Send Package
Orders
Track Package
Logout
@php $not=\DB::table('notifications')->latest('created_at')->where('user_id',auth()->user()->id)->where('status','0')->count(); @endphp {{ $not }}
{{ auth()->user()->name }}
edit Profile
Reset Password
Log Out
@yield('content')
© {{ date('Y') }}
Jorayalogistics.com
, All Right Reserved.
@livewireScripts @yield('js')