cms-laravel/resources/views/livewire/page403.blade.php

6 lines
315 B
PHP

<div class="container text-center py-5" style="margin-top: 10%;">
<h1 class="display-1 fw-bold mb-0">403</h1>
<p class="fs-2 fw-bold mb-0">Forbidden</p>
<p class="mb-3">Access to this resource on the server is denied!</p>
<a href="{{ route('locations') }}" class="btn btn-primary">Go Back</a>
</div>