@extends('layouts/layoutMaster') @section('title', 'Load Courses') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
@if(session()->has('errors')) @endif @if(session()->has('error')) @endif
@csrf
 

Please note the following:

  1. Courses shown in Red are your carryover courses, while those in Blue are your current courses.
  2. The courses listed in the COURSES box have not yet been selected for loading.
  3. The courses in the ADDED COURSES box have been selected and will be loaded for you.
  4. To add a course, click on it in the COURSES box. It will automatically appear in the ADDED COURSES box.
  5. To remove a course, click on the course in the ADDED COURSES box. It will be removed from your form.
  6. Once you are satisfied with the courses in the ADDED COURSES box, click the Load Course button to continue.
  7. Please note that you cannot load more than the allowed LOADABLE UNIT. Ensure you stay within the limit when you're adding the courses.
@endsection