Home
@if (Auth::check())
Hi, {{ Str::ucfirst(Auth::user()->firstname) }}
Dashboard
My Profile
My Orders
Logout
@csrf
@else
Login
Register
@endif
@yield('content')