🎨 Add custom error pages with layouts and assets

This commit is contained in:
HolgerHatGarKeineNode
2025-11-22 22:56:37 +01:00
parent b964eb7007
commit 5a30d38413
21 changed files with 182 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
@extends('components.layouts.error')
@section('title', __('Too Many Requests'))
@section('code', '429')
@section('message', __('Too Many Requests'))