{!! Form::label('staf_type', __('models/stafprofile.fields.staf_type')) !!}
{!! Form::select('staf_type', ['Office Staf' => 'Office Staf', 'Labor' => 'Labor', 'Managing Director' => 'Managing Director', 'Sponsor' => 'Sponsor', 'Driver' => 'Driver', 'Others' => 'Others'], null, ['class' => $errors->has('staf_type') ? 'form-control is-invalid' : 'form-control', 'id' => 'staf_type']) !!}