import { Head, Link, usePage } from '@inertiajs/react'; import { dashboard, login, register } from '@/routes'; export default function Welcome({ canRegister = true, }: { canRegister?: boolean; }) { const { auth } = usePage().props; return ( <>

Let's get started

Laravel has an incredibly rich ecosystem.
We suggest starting with the following.

{/* Laravel Logo */} {/* 13 */}
); }