@extends('layout.app') @section('content')
| SL | Invoice | Customer | B Date | Subtotal | Paid | Due | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $row->invoice_no }} | {{ $row->customer_id }} | {{ $row->billing_date }} | {{ $row->subTotal }} | {{ $row->marketing_total }} | {{ $row->total }} | {{ $row->repeat_invoice }} |