lasthourcloud/resources/views/dashboard.blade.php

7 lines
144 B
PHP
Raw Normal View History

<x-layout>
2023-05-22 15:47:40 +02:00
<h1>Dashboard</h1>
<div class="container w-full pt-10 mx-auto">
Something useful will be here
</div>
</x-layout>