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

Cargo Way Bill

@if ( $row->status== 1)

Already Trasfered

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

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

@endif

Edit Cargo Way Bill


@foreach($jobs as $jrow) @endforeach
Cons.No Cons.Date Shipper Pack Qty Loaded Qty Loaded Pack Qty Col.Type Delivery Type
id, unserialize($row->cargo_receipt_ids)))?"checked":""}} > {{$jrow->job_code }} {{ date('d-m-Y', strtotime($jrow->job_date)) }} {{$jrow->shipper_name}} {{$jrow->packing_qty}} {{$jrow->collection_type}} {{$jrow->delivery_type}}



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