wah.moe/resources/views/errors/generic-error.blade.php

9 lines
203 B
PHP
Raw Normal View History

2025-01-16 13:42:14 +00:00
<x-layout-min>
<x-slot:title>Error 401: Unauthorized User!</x-slot:title>
2023-07-16 20:02:51 +00:00
<h1>{{ $error }}</h1>
2023-07-25 23:08:58 +00:00
<hr>
2023-07-16 20:02:51 +00:00
@if(isset($description))
<p>{{ $description }}</p>
@endif
2025-01-16 13:42:14 +00:00
</x-layout-min>