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

Cargo Despatch Bill

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

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

@endif

View Cargo Despatch Bill Status

@if($row->attachment!='') @endif

@foreach($bills as $jrow) @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}}


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