@auth @endauth @auth
@yield('title', 'Cafe POS')
@if (($notificationTotal ?? 0) > 0) @endif {{ substr(auth()->user()->name, 0, 1) }}
@endauth
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif @yield('content')
@auth @endauth @yield('scripts') @auth @endauth