@vite([ 'resources/css/app.css', 'resources/js/app.js' ])
{{-- Background Decoration --}}
{{-- Brand --}} {{-- Error Card --}}
{{-- Icon --}}
{{-- Error Code --}}
ERROR @yield('code')
{{-- Title --}}

@yield('title')

{{-- Description --}}

@yield('message')

{{-- Actions --}}
@hasSection('primary-action') @yield('primary-action') @else @auth Go to Dashboard @else Go to Home @endauth @endif
{{-- Footer --}}

If you believe this is an error, please contact the system administrator.

{{-- Copyright --}}

© {{ date('Y') }} SAMS. All rights reserved.