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

8 lines
199 B
PHP
Raw Permalink Normal View History

2026-06-23 19:24:38 +02:00
@extends('layouts.app')
@section('page-title', "Forbidden - " . config('app.name') )
@section('content')
<x-error-block error-type="user-state-not-valid" message="{{ $reason }}" />
@endsection