Files
RomhackPlaza/resources/views/pages/forbidden.blade.php

8 lines
199 B
PHP
Raw Normal View History

2026-05-20 18:25:15 +02:00
@extends('layouts.app')
@section('page-title', "Forbidden - " . config('app.name') )
@section('content')
<x-error-block error-type="page-not-allowed" message="{{ $permission }}" />
@endsection