{{ $faculities->school_title }} {{-- Back --}}

{{ __('COURSE MANAGER') }}

{{-- Faculity --}} {{-- Department --}}
{{-- @if($schools) --}} {{-- @forelse ($schools as $school) --}} @forelse ($departments as $department) {{-- @if($dept->id == $department->id) --}} {{-- @endif --}} @empty @endforelse {{-- @empty @endforelse --}} {{-- @endif --}}
{{ __('+') }} {{-- @if(($depts_id != 'Select Department') && ($department_id != '') ) --}} {{ __('Edit') }} {{-- @endif --}}
{{-- EDIT DEPARTMENT SECTION --}}
@if($department_data)
*
{{--
*
--}} {{--
--}}
*
{{ __('Update Department') }}
@endif
{{-- Program --}}
@if($programs) @forelse ($programs as $program) @empty @endforelse @endif
{{ __('+') }} {{-- @if(($program_id != 'Select Program') && ($program_id != '') ) --}} {{ __('Edit') }} {{-- @endif --}}
{{-- EDIT Program SECTION --}}
@if($program_data)
*
*
{{--
*
--}} {{--
--}}
{{-- {{ __('Cancel') }} --}} {{ __('Update Program') }}
@endif
{{-- Courses --}}
@if(!is_null($programCourse)) @foreach ($programCourse as $course) {{-- @foreach ($program->courses as $course) --}} {{-- @endforeach --}} @endforeach @endif
{{ __('+') }}
@include('modelDialog.add_new_fac_dept_prog_course')