LAR_Maintenance/resources/views/errors/4xx.blade.php

5 lines
211 B
PHP
Raw Normal View History

2024-07-30 16:13:21 +00:00
<x-layout-auth>
<h1>{{ $exception->getStatusCode() }}</h1>
<p>{{ $exception->getMessage() }}</p>
<a class="btn btn-primary" href="{{ url('/') }}">{{ __('boilerplate::ui.home') }}</a>
</x-layout-auth>