2025-01-16 13:42:14 +00:00
|
|
|
<x-layout-min>
|
2024-06-11 18:02:01 +01:00
|
|
|
<x-slot:title>Error 403: IP Blocked!</x-slot:title>
|
2023-07-16 15:27:48 +01:00
|
|
|
<h1>Error 403: IP Blocked!</h1>
|
2023-07-26 00:08:58 +01:00
|
|
|
<hr>
|
2023-07-16 15:27:48 +01:00
|
|
|
<p>Your IP has been banned from submitting to the guestbook.</p>
|
|
|
|
@if (isset($reason))
|
|
|
|
<p><b>Reason:</b> {{ $reason }}</p>
|
|
|
|
@endif
|
2023-07-26 00:08:58 +01:00
|
|
|
<br>
|
2023-07-16 15:27:48 +01:00
|
|
|
Click <a href="/guestbook">here</a> to go back to the guestbook.
|
2025-01-16 13:42:14 +00:00
|
|
|
</x-layout-min>
|