@extends('admin.layouts.layout') @section('content')

{{ empty($editProgramsData[0]->id) ? 'Add' : 'Edit' }} Programs

@if(empty($editProgramsData[0]->id))
@else @endif @csrf
@if ($errors->has('university_id')) {{ $errors->first('university_id') }}@endif
@if ($errors->has('program_title')){{ $errors->first('program_title') }}@endif
@if ($errors->has('program_summary')){{ $errors->first('program_summary') }}@endif
Intakes
@if ($errors->has('post_secondary_category')) {{ $errors->first('post_secondary_category') }}@endif
@if ($errors->has('post_secondary_sub_category')) {{ $errors->first('post_secondary_sub_category') }}@endif
Admission Requirements
@if ($errors->has('post_secondary_category')) {{ $errors->first('post_secondary_category') }}@endif
@if ($errors->has('minimum_gpa')){{ $errors->first('minimum_gpa') }}@endif
Minimum Language Test Scores
@if ($errors->has('program_level')) {{ $errors->first('post_secondary_category') }}@endif
@if ($errors->has('program_length')){{ $errors->first('program_length') }}@endif
@if ($errors->has('cost_of_living')){{ $errors->first('cost_of_living') }}@endif
@if ($errors->has('gross_tuition')){{ $errors->first('gross_tuition') }}@endif
@if ($errors->has('application_fee')){{ $errors->first('application_fee') }}@endif
@if ($errors->has('agent_commission')){{ $errors->first('agent_commission') }}@endif
Commissions
@if ($errors->has('commission_breakdown')){{ $errors->first('commission_breakdown') }}@endif
@if ($errors->has('disclaimer')){{ $errors->first('disclaimer') }}@endif
Pre-Payment
Pre-Submission
Cancel
@endsection @section('pagescriptcode') @endsection