Course Information
label('Title')->class('form-label')); ?> span('*')->class('text-danger')); ?> text('title')->class('form-control')->placeholder('Enter Program Title')->required()); ?> div('Please enter program title')->class('invalid-feedback')); ?>
label('Code')->class('form-label')->for('code')); ?> text('code')->class('form-control')->placeholder('Enter Program Code')); ?> div('Please enter code')->class('invalid-feedback')); ?>
label('Institution')->class('form-label')->for('institution_id')); ?> span('*')->class('text-danger')); ?> select('institution_id', $institutionOptions)->placeholder('Select')->class('form-select choices-select')->required()); ?> div('Please select institution')->class('invalid-feedback')); ?>
label('Level')->class('form-label')->for('programlevel_id')); ?> span('*')->class('text-danger')); ?> select('programlevel_id', $programLevelOptions)->placeholder('Select')->class('form-select choices-select')->required()); ?> div('Please select program level')->class('invalid-feedback')); ?>
label('Cooperative Program (Co op)')->class('form-label')->for('coop_id')); ?> select('coop_id', $coopOptions)->placeholder('Select')->class('form-select choices-select')); ?>
label('Description')->class('form-label')->for('description')); ?> textarea('description')->class('form-control ckeditor-classic')); ?>
Other Information
label('Duration (Year)')->class('form-label')->for('year')); ?> span('*')->class('text-danger')); ?> text('year')->class('form-control')->placeholder('Program Duration')->required()); ?> div('Please enter program duration')->class('invalid-feedback')); ?>
label('PSW')->class('form-label')->for('psw')); ?> text('psw')->class('form-control')->placeholder('Enter PSW')); ?>
label('Fee')->class('form-label')->for('fee')); ?> text('fee')->class('form-control')->placeholder('Program Fee')); ?>
label('Scholarship')->class('form-label')->for('scholarship')); ?> text('scholarship')->class('form-control')->placeholder('Scholarship offered')); ?>
label('Open Date')->class('form-label')->for('application_open')); ?> date('application_open')->class('form-control')->placeholder('Enter application open')); ?>
label('Close Date')->class('form-label')->for('application_deadline')); ?> date('application_deadline')->class('form-control')->placeholder('Enter application close')); ?>
label('Prospect')->class('form-label')->for('prospects')); ?> textarea('prospects')->class('form-control')); ?>
Qualification Requirements
level): ?> level; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> make('coursefinder::program.partials.qualification-form', [ 'numInc' => $key, 'value' => $item, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> make('coursefinder::program.partials.qualification-form', [ 'numInc' => 0, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> make('coursefinder::program.partials.qualification-form', [ 'numInc' => 0, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
Level Faculty Score/GPA Year
Proficiency Test Requirements
tests; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> make('coursefinder::program.partials.proficiency-form', [ 'numInc' => $key, 'value' => $item, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> make('coursefinder::program.partials.proficiency-form', [ 'numInc' => 0, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> make('coursefinder::program.partials.proficiency-form', [ 'numInc' => 0, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
Prof Test Min Score Band Score
Cancel
Program URL
textarea('program_url')->class('form-control')->required()->rows(4)->placeholder('https://www.example.com')); ?>
Intake Information
addLoop($__currentLoopData); foreach($__currentLoopData as $index => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
checkbox('intakes[]', $editable && in_array($index, $program->intakes) ? true : false)->id('permission_' . $index)->value($index)->class('form-check-input child-checkbox')); ?> label($item)->for('permission_' . $index)->class('form-check-label ms-1')); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>
Document Requirements
addLoop($__currentLoopData); foreach($__currentLoopData as $index => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
checkbox('required_documents[]', $editable && in_array($index, $program->required_documents ?? []))->id('doc_' . $index)->value($index)->class('form-check-input child-checkbox')); ?> label($item)->for('doc_' . $index)->class('form-check-label')); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>
Keywords
text('keywords')->class('form-control')->attributes([ 'data-choices' => 'true', 'data-choices-removeItem' => 'true', 'data-choices-create' => 'true', 'multiple' => true, ])); ?>
startPush('js'); ?> stopPush(); ?>