{!! Form::label('name', 'Name:') !!} {!! Form::text('name', null, ['class' => 'form-control']) !!}
{!! Form::label('state_id', 'State:') !!} {!! Form::select('state_id', $states, null, ['class' => 'form-control custom-select','min' => 1]) !!}