wah.moe/resources/views/errors/generic-error.blade.php
2025-01-16 13:42:14 +00:00

9 lines
203 B
PHP

<x-layout-min>
<x-slot:title>Error 401: Unauthorized User!</x-slot:title>
<h1>{{ $error }}</h1>
<hr>
@if(isset($description))
<p>{{ $description }}</p>
@endif
</x-layout-min>