@extends('emptycontainer/layouts/default') @section('title') Empty containers @parent @stop {{-- Page content --}} @section('content')

Empty containers

@include('flash::message')

Empty containers List


{!! Form::label('consignee', 'Consignee:') !!}
{!! Form::label('consignee', $cargo_header->cargodeclarations->consignees->name) !!}
{!! Form::label('consignee', 'Transitor:') !!}
{!! Form::label('consignee',$cargo_header->cargodeclarations->transitors->name) !!}
{!! Form::label('declaration', 'Declaration No:') !!}
{!! Form::label('declaration', $cargo_header->cargodeclarations->declaration_number) !!}
{!! Form::label('t1', 'T1:') !!}
{!! Form::label('t1',$cargo_header->t1) !!}
{!! Form::open(['route' => 'emptycontainer.emptycontainers.store']) !!} @include('emptycontainer.emptycontainers.table') {!! Form::close() !!}
@stop