|
<x-layout title="{{ __('Dashboard') }}">
|
|
<x-slot:breadcrumb>
|
|
{{ Breadcrumbs::render('dashboard') }}
|
|
</x-slot:breadcrumb>
|
|
<x-slot name="header">
|
|
<h1 class="text-lg text-center font-bold">{{ __('Dashboard') }}</h1>
|
|
{{ __("You're logged in!") }}
|
|
</x-slot>
|
|
</x-layout>
|