You can enroll students in this setting, by choosing the course and uploading a .txt file with the students numbers
{{ Form::open(['action' => 'ProgramsController@updatePairingInfo', 'enctype'=>"multipart/form-data"]) }}
{{Form::label('select-program-edit', "Edit Program Courses' Pairing")}}
{{ Form::label('program', 'Choose other program') }}
{{ Form::submit("Edit Program Courses' Pairing", ['class' => 'btn btn-primary btn-block', 'name' => 'edit_pair_other_courses']) }}
{{ Form::close() }}