Total Invoices in Cart ({!! isset($data['invoice']) ? count($data['invoice']) : '0' !!})
@php $i = 1; $invoice_value = 0; @endphp @if (isset($data['invoice']) && count($data['invoice']) > 0) @foreach ($data['invoice'] as $key => $list) @php $invoice_value += preg_replace("/[^0-9.]/", "", $list['amount']); @endphp @php $i++; @endphp @endforeach @else @endif
Invoice No Invoice Date Invoice Value Way Bill No Way Bill Date Way Exp Date Delete
{{ $list['bill_no'] ?? '' }} {{ $list['bill_date'] ?? '' }} {{ convertDecimelPoint($list['amount'] ?? ($list['amount'] ?? '')) }} {{ $list['way_bill_no'] ?? '' }} {{ $list['way_bill_date'] ?? '' }} {{ $list['way_exp_date'] ?? '' }}
No Data Found