Guest User

Untitled

a guest
Dec 14th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <div class="form-group col-md-12">
  2. <div class="form-group col-md-6">
  3. <label for="Corso">Corso di Laurea</label>
  4. {{ Form::select('degreeCourses_id', $degreeCourses, null, array('class' => 'form-control')) }}
  5. </div>
  6. <div class="form-group col-md-6">
  7. <label for="ruolo">Percorso di Laurea</label>
  8. {{ Form::select('paths_id', $paths, null, array('class' => 'form-control')) }}
  9. </div>
  10. </div>
Add Comment
Please, Sign In to add comment