{!! Form::open(['method' => 'GET', 'class' => 'form-inline']) !!}
{!! Form::label('structure_department_id', trans("content.department")) !!}
{!! Form::select('structure_department_id', $departments, $departmentId, ['class' => 'singleselect'] ) !!}
{!! Form::submit('Submit', ['class' => 'btn btn-primary']) !!}
{!! Form::close() !!}