Application Error
{{ $message ?? 'An error occurred while processing your request.' }}
@if(app()->hasDebugModeEnabled())
{{ $exception->getMessage() }}
@endif