@extends('layouts/layoutMaster')
@section('title', 'Load Courses')
@section('vendor-style')
@endsection
@section('vendor-script')
@endsection
@section('page-script')
@endsection
@section('content')
Courses / {{$semester->name}} - {{$period->c_session}}
Please note the following:
- Courses shown in Red are your carryover courses, while those in Blue are your current courses.
- The courses listed in the COURSES box have not yet been selected for loading.
- The courses in the ADDED COURSES box have been selected and will be loaded for you.
- To add a course, click on it in the COURSES box. It will automatically appear in the ADDED COURSES box.
- To remove a course, click on the course in the ADDED COURSES box. It will be removed from your form.
- Once you are satisfied with the courses in the ADDED COURSES box, click the Load Course button to continue.
- 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