12 lines
263 B
PHP
12 lines
263 B
PHP
<x-app-layout>
|
|
<x-slot name="header">
|
|
<h2 class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight">
|
|
{{ __('Dashboard') }}
|
|
</h2>
|
|
</x-slot>
|
|
|
|
|
|
{{ __("You're logged in!") }}
|
|
|
|
</x-app-layout>
|