芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/reginaeigbe.com/folder/admin/tmp/resources/js/Admin/Pages/Contacts/Show.jsx
import AdminLayouts from "@/Admin/Layouts/AdminLayouts"; import {Head, Link} from "@inertiajs/react"; export default function Show({contact}){ return(
Details
Name
{contact.name}
Email
{contact.email}
Mobile Number
{contact.mobile_number}
Project Type
{contact.project_type}
Message
{contact.message}
) }