Sales Return
This is an example dashboard created using build-in elements and components.
@csrf
Sale Return Invoice List
@if(!empty($saleReturnList)) @php $i=1; @endphp @foreach($saleReturnList as $list) @php $i++; @endphp @endforeach @endif
# Invoice # Customer Name Net Total Net Pcs Net Qty Invoice Date Action
{{$i}} {{$list->invoice_number}} {{$list->customer_name}} {{$list->net_total}} {{$list->net_pcs}} {{$list->net_qty}} {{$list->invoice_date}}
Net Totals {{(isset($net_total)) ? $net_total : ''}} {{(isset($net_pcs)) ? $net_pcs : ''}} {{(isset($net_qty)) ? $net_qty : ''}}