@extends('errors.layout') @section('title', '500 — Internal Server Error') @section('content')
{{ __('Something went wrong on our end. Our team has been notified and is on it. Please try again in a moment.') }}
@if(isset($exception) && env('APP_DEBUG')){{ $exception->getMessage() }}