Invoices & Payments
| No. | Name | Invoice ID | Date | Invoice Month | Payment | Status | Details | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->customer_name }} | {{ $item->invoice }} | {{ date('d-m-Y', strtotime($item->created_at)) }} | {{ date('M', strtotime($item->created_at)) }} | {{ $item->customer_email }} | ${{ $item->payment }} | @if($item->status == "paid")Paid | @elseUn-Paid | @endif @if($item->status == "unpaid")Pay Now | @endif {{--VIEW DETAILS | --}}|
No Payments Available..!! |
|||||||||||