import { Head, Link } from '@inertiajs/react'; import useUserStore from '@/stores/UserStore'; export default function Welcome() { const { user } = useUserStore(); return ( <>

Let's get started

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

); }