@extends('errors.general') @section('title', '500 Internal Server Error') @section('content')

500 Internal Server Error @include('setup.wizard.language')

{{ trans('errors.exception.detail', ['msg' => $exception->getMessage() ?: trans('errors.http.msg-500')]) }}

@endsection