Files
Website/resources/views/errors/403.blade.php
2024-04-22 18:42:19 +10:00

12 lines
459 B
PHP

<x-layout>
<div class="flex h-full mt-8 mb-4 gap-8">
<div class="flex basis-1/3 justify-end items-center">
<img src="/sad-monster.webp" alt="Sad Monster" class="w-48 h-48">
</div>
<div class="flex flex-col justify-center">
<h2 class="text-5xl font-bold text-sky-700 mb-4">403</h2>
<p class="text-lg text-sky-700">You are not permitted to view this page</p>
</div>
</div>
</x-layout>