@extends('layout.app') @section('content')

Sale Invoice List

@foreach ($list as $row) @endforeach
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 }}
@endsection