@extends('layouts.app') @section('title', 'Server Error') @section('content')

500

Server Error

{{ $message ?? 'Something went wrong on our servers. Please try again later.' }}

Go Back Home

If the problem persists, please contact our support team.

@if(config('app.debug') && isset($exception))

Debug Information:

{{ $exception->getMessage() }}

File: {{ $exception->getFile() }}:{{ $exception->getLine() }}

@endif
@endsection