aboutsummaryrefslogtreecommitdiff
path: root/resources/views/errors/generic-error.blade.php
blob: 00820934658b2025a0f27a9dcc280485c5b22e89 (plain)
1
2
3
4
5
6
7
8
<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>