import React from 'react'; import Authenticated from '@/Layouts/Authenticated'; import { Head } from '@inertiajs/inertia-react'; export default function Transaction(props) { return ( Transaction} >
Name Job Favorite Color
9 Lesya Tinham Safety Technician IV Maroon
10 Zaneta Tewkesbury VP Marketing Green
11 Andy Tipple Librarian Indigo
12 Sophi Biles Recruiting Manager Maroon
); }