Files

6 lines
160 B
PHP
Raw Permalink Normal View History

2023-11-17 14:44:01 +08:00
@extends('errors::minimal')
@section('title', __('Server Error'))
@section('code', '500')
@section('message', __($exception->getMessage() ?: 'Server Error'))