v2board/resources/views/errors/500.blade.php
2023-04-14 17:40:39 +08:00

6 lines
160 B
PHP

@extends('errors::minimal')
@section('title', __('Server Error'))
@section('code', '500')
@section('message', __($exception->getMessage() ?: 'Server Error'))