{!! Form::label('id', 'Id:') !!}

{!! $emptycontainerout->id !!}


{!! Form::label('empty_container', 'Empty Container:') !!}

{!! $emptycontainerout->empty_container !!}


{!! Form::label('released_date', 'Released Date:') !!}

{!! $emptycontainerout->released_date !!}


{!! Form::label('interchange', 'Interchange:') !!}

{!! $emptycontainerout->interchange !!}


{!! Form::label('void', 'Void:') !!}

{!! $emptycontainerout->void !!}


{!! Form::label('void_by', 'Void By:') !!}

{!! $emptycontainerout->void_by !!}


{!! Form::label('remark', 'Remark:') !!}

{!! $emptycontainerout->remark !!}


{!! Form::label('officer', 'Officer:') !!}

{!! $emptycontainerout->officer !!}