Billing
@include('layouts.billing.billing-top-bar.bar')
| Invoice Id
|
Invoice Date
Search By Channel |
Due Date
Search By Order ID |
Total ()
|
Status
|
Action
|
||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$value->invoice_id}} | {{$value->invoice_date}} | {{$value->due_date}} | {{$value->total}} | @if($value->invoice_status == 1) Paid @elseif($value->invoice_status == 2) Unpaid @elseif($value->invoice_status == 3) Cancelled @else Pending @endif | View invoice | ||||||
No data found !! |
|||||||||||
Show items per page
{{$orders->links('layouts.pagination.default',['paginator' => $orders])}}