coolify/resources/views/errors/404.blade.php
Andras Bacsai 6910f9c5c7 fix
2023-05-15 21:14:45 +02:00

6 lines
169 B
PHP

<x-layout>
<div class="flex items-center justify-center">
<div><a class="underline" href="{{ route('dashboard') }}">Go home</a></div>
</div>
</x-layout>