@extends('layout.app') @section('content')
SL | Bill No | Invoice | Document | Provider | B Date | Quantity | Subtotal | Paid | Due | Action |
---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $item->bill_no }} | {{ $item->invoice_no }} |
|
{{ $item->provider->company_name ?? '' }} | {{ $item->billing_date }} | {{ $item->total_qty }} | {{ $item->subTotal }} | {{ $item->marketing_total }} | {{ $item->total }} |