@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- Top navigation --}}
{{ brand() }}
{{ __('portal.nav_home') }}
{{ __('portal.nav_jobs') }}
{{ __('portal.nav_reports') }}
{{ __('portal.nav_notifications') }}
{{ __('portal.nav_profile') }}
{{ auth('customer')->user()->name }}
@csrf
{{ __('portal.logout') }}
{{-- Mobile menu button --}}
{{-- Mobile menu --}}
{{ __('portal.nav_home') }}
{{ __('portal.nav_jobs') }}
{{ __('portal.nav_reports') }}
{{ __('portal.nav_notifications') }}
{{ __('portal.nav_profile') }}
{{ auth('customer')->user()->name }}
@csrf
{{ __('portal.logout') }}
{{-- Page content --}}
{{ $slot }}
{{-- Footer --}}