Invoice Status
| Invoice Number | Details | Service Request Number | Payment Details | Invoice date | Status | Action | |
|---|---|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->email }} | {{ $row->invoice_details }} | SR.No {{ $row->sr_number }} | {{ $row->amount }} | {{ date('d-m-y',strtotime($row->created_at)) }} | @if ($row->status == 0) Unpaid @else Paid @endif | Edit Delete |