Files
cv-roberto/resources/views/dashboard.blade.php
Roberto 886e3993fc
All checks were successful
Tests / Laravel tests (pull_request) Successful in 12m39s
Enforce PHP and Blade formatting
2026-06-03 22:22:39 +02:00

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>