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

Let's get started

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

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