LAR_Maintenance/resources/views/errors/404.blade.php

5 lines
188 B
PHP
Raw Normal View History

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