@stack('styles')
@auth
CA
{{ config('app.name', 'Movex Canadian Accounts') }}
{{ auth()->user()->full_name }} · {{ auth()->user()->user_no }} · {{ ucfirst(auth()->user()->role) }}
@csrf
Logout
@include('layouts.flash') @yield('content')
@else @yield('auth') @endauth @stack('scripts')