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