{!! Form::text('baggage', null, ['class'=>'form-control input-sm', 'id'=>'baggage', 'style' => 'width:60px'] ) !!}
{!! Form::text('cargo', null, ['class'=>'form-control input-sm', 'id'=>'cargo', 'style' => 'width:60px']) !!}
{!! Form::text('eic', null, ['class'=>'form-control input-sm', 'id'=>'eic', 'style' => 'width:60px']) !!}
{!! Form::text('mail', null, ['class'=>'form-control input-sm', 'id'=>'mail', 'style' => 'width:60px']) !!}
{!! Form::text('deportees', null, ['class'=>'form-control input-sm', 'id'=>'deportees', 'style' => 'width:60px']) !!}
{!! Form::text('gate_parking', null, ['class'=>'form-control input-sm', 'id'=>'gate_parking', 'style'=>'margin-left: 30px', 'placeholder'=>'Gate/Parking']) !!}