@extends('admin/course-management/course-details/index') @section('main-content-tab')
@csrf

Update Tuition Fees

@if($course->institute->instituteBasic->institute_type == 1 || $course->institute->instituteBasic->institute_type == 3)
@if($errors->has('total_fees')) {{ $errors->first('total_fees') }} @endif
@if($errors->has('admission_fees')) {{ $errors->first('admission_fees') }} @endif
@if($errors->has('admission_form_fees')) {{ $errors->first('admission_form_fees') }} @endif
@if($errors->has('id_card_fees')) {{ $errors->first('id_card_fees') }} @endif
@if($errors->has('lab_fees')) {{ $errors->first('lab_fees') }} @endif
@if($errors->has('library_fees')) {{ $errors->first('library_fees') }} @endif
@if($errors->has('semester_registration_fees')) {{ $errors->first('semester_registration_fees') }} @endif
@if($errors->has('per_credit_fees')) {{ $errors->first('per_credit_fees') }} @endif
@if($errors->has('tution_fees')) {{ $errors->first('tution_fees') }} @endif
@if($errors->has('monthly_fees')) {{ $errors->first('monthly_fees') }} @endif
@if($errors->has('semester_fees')) {{ $errors->first('semester_fees') }} @endif
@if($errors->has('development_fees')) {{ $errors->first('development_fees') }} @endif
@if($errors->has('extra_curricular_fees')) {{ $errors->first('extra_curricular_fees') }} @endif
@if($errors->has('caution_fees')) {{ $errors->first('caution_fees') }} @endif
@if($errors->has('transport_fees')) {{ $errors->first('transport_fees') }} @endif
@if($errors->has('registration_fees')) {{ $errors->first('registration_fees') }} @endif
@if($errors->has('other_fees')) {{ $errors->first('other_fees') }} @endif
@elseif($course->institute->instituteBasic->institute_type == 2)
@if($errors->has('previous_fees')) {{ $errors->first('previous_fees') }} @endif
@if($errors->has('installment')) {{ $errors->first('installment') }} @endif
@if($errors->has('after_discount_fees')) {{ $errors->first('after_discount_fees') }} @endif
@if($errors->has('discounted_amount')) {{ $errors->first('discounted_amount') }} @endif
@endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('description_bn')) {{ $errors->first('description_bn') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') {{----}} //validate form @endsection