INit
This commit is contained in:
17
resources/js/pages/dashboard/testimonial.tsx
Normal file
17
resources/js/pages/dashboard/testimonial.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import AppLayout from '@/layouts/app-layout';
|
||||
import testimonial from '@/routes/testimonial';
|
||||
import { Head } from '@inertiajs/react';
|
||||
|
||||
export default function Testimonial() {
|
||||
return (
|
||||
<>
|
||||
<AppLayout
|
||||
breadcrumbs={[
|
||||
{ title: 'testimonial', href: testimonial.index().url },
|
||||
]}
|
||||
>
|
||||
<Head title={'Testimonials'}></Head>
|
||||
</AppLayout>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user