form('GET')->route('program.index')->class(['filter-form'])->attributes(['id' => 'filter-form'])->open()); ?>
By Keyword
text('search')->value(request('search'))->placeholder('Search Program')->class('form-control')); ?>By Country
select('country_id', $countryOptions)->value(request('country_id'))->placeholder('Select')->class('form-select choices-select countryDropdown')); ?>By Institution
select('institution_id', $institutionOptions)->value(request('institution_id'))->placeholder('Select')->class('form-select institutionDropdown')); ?>By Course Level
select('programlevel_id', $programLevelOptions)->value(request('programlevel_id'))->placeholder('Select')->class('form-select choices-select')); ?>By Intake
select('intake_id', $intakeOptions)->value(request('intake_id'))->placeholder('Select')->class('form-select choices-select')); ?>