@extends('core::public.master') @section('title', 'Error 500 – ' . $websiteTitle) @section('bodyClass', 'error-500') @section('lang-switcher', '') @section('content')

@lang('Sorry, a server error occurred') .

{!! trans('Error :code', ['code' => '500']) !!}.

@endsection