@php $total = '' @endphp @if(!empty($jobs)) @php $total = 0 @endphp @foreach($jobs as $row) @php $total += (($row->received_qty-$row->despatched_qty)*$row->rate)+$row->coll_charge+$row->other_charge @endphp @endforeach @else @endif
Cons.No: Cons.Date Shipper Pack Qty Loaded Qty Loaded Pack Qty Col.Type Delivery Type
{{$row->job_code }} {{ date('d-m-Y', strtotime($row->job_date)) }} {{$row->shipper_name}} {{$row->packing_qty}} {{$row->collection_type}} {{$row->delivery_type}}
No records were found!