{!! Form::label('recieved_date', 'Recieved Date:') !!}
{{-- {!! Form::label('t1', $cargoheader->created_date) !!}--}}
{!! Form::label('performed_by', 'Performed by:') !!} {!! Form::select('performed_by', $performedby,$talley->performed_by, ['class' => 'form-control']) !!}
{!! Form::label('labour_association', 'Labour Association:') !!} {!! Form::select('labour_association', $labourassociation,$talley->labour_association, ['class' => 'form-control quantity']) !!}
{!! Form::label('uom', 'UoM:') !!} {!! Form::select('uom', $uom,$talley->labour_association, ['class' => 'form-control']) !!}
{!! Form::label('Detail Count', 'Detail Count:') !!}
{!! Form::label('Unstaff Count', 'Unstaff Count:') !!}
{!! Form::label('ontruck', 'Container on TRUCK:') !!} location=='ONTRUCK') checked="checked" @endif value='ONTRUCK'>
{!! Form::label('onground', 'Container on GROUND:') !!} location=='GROUND') checked="checked" @endif value='GROUND'>
{!! Form::label('weight', 'Weight:') !!} {!! Form::text('weight', $talley->weight, ['class' => 'form-control']) !!}
{!! Form::label('quantity', 'Quantity:') !!} {!! Form::text('quantity', $talley->quantity, ['class' => 'form-control']) !!}
{!! Form::label('description', 'Description Of Good:') !!} {!! Form::text('description', $talley->description, ['class' => 'form-control']) !!}
{!! Form::label('remark', 'Remark:') !!} {!! Form::text('remark', $talley->remark, ['class' => 'form-control']) !!}
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!} Cancel