import React from 'react'
import { Head, Link } from '@inertiajs/react'
import AuthenticatedLayout from '@/Layouts/AuthenticatedLayout'
export default function Detail(props) {
const { paylater } = props
return (
Customer | : | {paylater.customer.name} |
Jumlah | : | {paylater.amount} |
Status | : | {paylater.status_text.text} |
Tanggal | : | {paylater.format_created_at} |