wah.moe/resources/views/errors/generic-error.blade.php
2024-04-01 14:21:45 +01:00

8 lines
197 B
PHP

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