Fehlerseiten

This commit is contained in:
2026-04-09 22:53:40 +02:00
parent 6d1286057a
commit 9685ec3efc
5 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
@extends('layout.app')
@section('content')
<h1>{{ __('app.errors.403.title') }}</h1>
<p>{{ __('app.errors.403.message') }}</p>
@endsection