{{--

--}}

Declaration Information

{{--

--}}
{{--
--}} {{-- {!! Form::label('created_date', 'Created date') !!}--}} {{-- --}} {{--
--}}
{!! Form::label('', '') !!} {!! Form::text('year',$year , ['class' => 'form-control']) !!}
{!! Form::label('', '') !!} {!! Form::text('dest', 'MOJ00', ['class' => 'form-control']) !!}
{!! Form::label('', '') !!} {!! Form::select('type', [4=>4,5=>5,6=>6,7=>7,8=>8,9=>9], 4, ['class' => 'form-control']) !!}
{!! Form::label('declaration_number', 'Declaration Number:') !!} {!! Form::text('number', null, ['class' => 'form-control']) !!}
{!! Form::label('', '') !!} {!! Form::text('t1_year',$year , ['class' => 'form-control']) !!}
{!! Form::label('t1', 'T1:') !!} {!! Form::text('t_number', null, ['class' => 'form-control']) !!}
{!! Form::label('consignee', 'Consignee:') !!} {!! Form::select('consignee_name', $consignee, $cargoheader->cargodeclarations->consignees->id, ['class' => 'form-control']) !!}
{!! Form::label('transitor', 'Transitor:') !!} {!! Form::select('transitor_name', $transitor, $cargoheader->cargodeclarations->transitors->id, ['class' => 'form-control']) !!}

Order Type


{{--
--}}
{!! Form::label('order_type', 'With Container:') !!}
{!! Form::label('order_type', 'Without Container:') !!}
{{--
--}}

Talley Information


{!! Form::label('receive_date', 'Receive date') !!}
{!! Form::label('performed_by', 'Performed by:') !!} {!! Form::select('performed_by', $performedby,null, ['class' => 'form-control']) !!}
{!! Form::label('labour_association', 'Labour Association:') !!} {!! Form::select('labour_association', $labourassociation,null, ['class' => 'form-control quantity']) !!}
{!! Form::label('uom', 'UoM:') !!} {!! Form::select('uom', $uom,null, ['class' => 'form-control']) !!}
{!! Form::label('weight', 'Weight:') !!} {!! Form::text('weight', $cargodetail->weight, ['class' => 'form-control']) !!}
{!! Form::label('quantity', 'Quantity:') !!} {!! Form::text('quantity', $cargodetail->quantity, ['class' => 'form-control']) !!}
{!! Form::label('description', 'Description Of Good:') !!} {!! Form::text('description', $cargodetail->description_of_good, ['class' => 'form-control']) !!}

{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!} Cancel