@extends('errors.layout')
@section('code', '500')
@section('title', 'Something Went Wrong')
@section('icon', 'fa-solid fa-triangle-exclamation')
@section(
'message',
'An unexpected server error occurred while processing your request. The issue has been recorded and can be reviewed by the system administrator.'
)
@section('primary-action')
@auth
Return to Dashboard
@else
Return Home
@endauth
@endsection