@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Cargo Despatch Report

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

Edit Despatch Report


@php $weight = 0; $volume=0; @endphp @foreach($bills ??[] as $jrow) @php $weight +=(int)$jrow->weight; $volume += (int)$jrow->volume;@endphp @endforeach
Way Bill WBill Date Consignee Cons.No Vehicle No Driver Amount
id, unserialize($row->cargo_waybill_ids)))?"checked":""}} > {{$jrow->bill_no }} {{ date('d-m-Y', strtotime($jrow->bill_date)) }} {{$jrow->consignee_name}} {{$jrow->jobs}} {{$jrow->vehicle_no}} {{$jrow->driver}} {{$jrow->total_amount}}


Cancel
@stop {{-- page level scripts --}} @section('footer_scripts') @stop