@extends('layouts.main',['title' => 'Server Error']) @section('content')
500 {{ $exception->getMessage() ?? '500 - Internal Server Error' }}
@endsection