@if($app_logo) {{ $app_name }} @else
@endif {{ $app_name ?? 'PreOrder' }}
Home Products @auth Dashboard Orders

{{ Auth::user()->name }}

{{ Auth::user()->email }}

My Orders Payments Shipments Notifications @if(Auth::user()->unreadNotifications->count() > 0) {{ Auth::user()->unreadNotifications->count() }} @endif
@csrf
@else
Login Register
@endauth
Menu
@auth
{{ strtoupper(substr(Auth::user()->name, 0, 1)) }}

{{ Auth::user()->name }}

{{ Auth::user()->email }}

@endauth
Home Products Request Product @auth Dashboard My Orders Payments Shipments Notifications @if(Auth::user()->unreadNotifications->count() > 0) {{ Auth::user()->unreadNotifications->count() }} @endif @else
Login Register
@endauth
@auth
@csrf
@endauth