@extends('layouts.error') @section('title', '500 — Server Error') @section('content')

500

Internal Server Error

Something went wrong on our end. We've been notified and are working to fix the issue. Please try again in a few minutes.

Go to Dashboard Retry
@if(config('app.debug') && isset($exception))
Show debug information
{{ $exception->getMessage() }}
@endif
@endsection