2020-01-31 12:25:03 +01:00
|
|
|
@extends('layouts.errors')
|
|
|
|
|
|
|
|
@section('title', __('Server Error'))
|
|
|
|
@section('code', '500')
|
2020-09-21 23:38:45 +02:00
|
|
|
@section('message', __('An internal server error occured. If you are the administrator, consult the application logs for details.'))
|