mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 19:22:35 +01:00
6 lines
223 B
PHP
6 lines
223 B
PHP
@extends('layouts.errors')
|
|
|
|
@section('title', __('Server Error'))
|
|
@section('code', '500')
|
|
@section('message', __('An internal server error occured. If you are the administrator, consult the application logs for details.'))
|