mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-21 09:05:36 +00:00
🎨 Add custom error pages with layouts and assets
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@extends('components.layouts.error')
|
||||
|
||||
@section('title', __('Server Error'))
|
||||
@section('code', '500')
|
||||
@section('message', __('Server Error'))
|
||||
Reference in New Issue
Block a user