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