5 lines
211 B
PHP
5 lines
211 B
PHP
<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> |