{{-- Server error. Nothing from the exception is shown: its message is for the log, not the visitor. --}} @extends('errors::minimal') @section('title', __('Server Error')) @section('code', '500') @section('shape', 'soft-burst') @section('headline', __('Something went wrong')) @section('message', __('An error on our side stopped this page from loading. Please try again in a moment.'))