@php $total = '' @endphp @if(!empty($waybills)) @php $total = 0 @endphp @foreach($waybills as $row) @php $total += $row->total_amount @endphp @endforeach @else @endif
Way Bill WBill Date Consignee Cons. No Vehicle No Driver Amount
{{$row->bill_no }} {{ date('d-m-Y', strtotime($row->bill_date)) }} {{$row->consignee_name}} {{$row->jobs}} {{$row->vehicle_no}} {{$row->driver}} {{$row->total_amount}}
No records were found!