@vite(['resources/css/app.css', 'resources/js/app.js']) @include('partials.pwa-head')
@auth @endauth
@auth @if(auth()->user()->avatar) Avatar @else
{{ strtoupper(substr(auth()->user()->name,0,1)) }}
@endif

Welcome back

{{ auth()->user()->name }}

{{ auth()->user()->email }}

@if(auth()->user()->phone)

📞 {{ auth()->user()->phone }}

@else

⚠ No phone number — Add now

@endif
@else

Hello there

Guest User

Login to access all features

@endauth

Orders

Spent

Delivered

Active

@guest

Sign in to your account

Manage orders, addresses, and more.

Log In Create Account
@endguest @auth

Account

Security

@if(auth()->user()->provider !== 'google') @else @endif

Preferences

My Orders

@csrf
@endauth

E.U.T Snack House v1.0.0 · Made with ❤️

@auth @endauth