forge/resources/views/components/welcome.blade.php
Refringe a2fb68ea93
Navigation Rework
Still needs some TLC with profile photos.
Continued work on the dark theme on the internal pages. More to come.
2024-06-22 21:55:20 -04:00

6 lines
340 B
PHP

<div class="p-6 lg:p-8 border-b border-gray-200 dark:border-gray-800">
<x-application-logo class="block h-12 w-auto"/>
<h1 class="text-2xl font-medium text-gray-900 dark:text-white">Welcome {{ auth()->user()->name }}!</h1>
<p class="mt-6 text-gray-500 dark:text-gray-200 leading-relaxed">There's not much to see yet.</p>
</div>