coolify/resources/views/dashboard.blade.php

7 lines
136 B
PHP
Raw Normal View History

<x-layout>
2023-06-02 10:34:45 +00:00
<h1 class="pb-2">Dashboard</h1>
<div class="text-sm ">
2023-05-22 20:30:33 +00:00
Something useful will be here.
2023-05-22 13:47:40 +00:00
</div>
</x-layout>