@extends('layouts.app') @section('title','Payment Receipts') @section('content')
| Receipt # | Customer | Date | Amount | Status | |
|---|---|---|---|---|---|
| {{ $item->number ?? '—' }} | {{ $item->customer->name ?? '—' }} | {{ $item->date ?? '—' }} | {{ $item->amount ?? '—' }} | {{ $item->status ?? '—' }} | |
| No records found | |||||