import { Head, Link } from '@inertiajs/react' import <%= inertia_component_name %> from './<%= inertia_component_name %>' export default function Show({ <%= singular_table_name %>, flash }) { return ( <>
#${<%= singular_table_name %>.id}`} />{flash.notice}
)}