All checks were successful
Tests / Laravel tests (pull_request) Successful in 12m39s
12 lines
247 B
PHP
12 lines
247 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>
|