@extends('warehouse/layouts/default') @section('title') Cargodetail @parent @stop @section('content') @include('common.errors')

Cargodetail Show

Show Cargodetail


Parent Cargo Information


{!! Form::label('t1', 'T1:') !!}
{!! Form::label('t1', $cargoheader->t1) !!}
{!! Form::label('truck', 'Truck:') !!}
{!! Form::label('truck', $cargoheader->trucks->plate_number) !!}
{!! Form::label('declaration', 'Declaration No:') !!}
{!! Form::label('declaration', $cargoheader->cargodeclarations->declaration_number) !!}
{!! Form::label('consignee', 'Consignee:') !!}
{!! Form::label('consignee', $cargoheader->cargodeclarations->consignees->name) !!}
{!! Form::label('consignee', 'Transitor:') !!}
{!! Form::label('consignee',$cargoheader->cargodeclarations->transitors->name) !!}

@include('warehouse.declarations.table')
@stop @section('footer_scripts') @stop