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

Add course expense

@csrf
Country name {{ $errors->first('course_country_id') }}
Select university {{ $errors->first('course_university_id') }}
Select level {{ $errors->first('course_level_id') }}
Course hostel & meals fee {{ $errors->first('hostelfee') }}
Course transpotaion fee {{ $errors->first('transpotaionfee') }}
Course service levy {{ $errors->first('servicelevyfee') }}
Course books stationary {{ $errors->first('booksstationaryfee') }}
Course insurance fee {{ $errors->first('insurancefee') }}
Course administration fee {{ $errors->first('administrationfee') }}
Course association fee {{ $errors->first('residencial_asso_fee') }}
Course application fee {{ $errors->first('ce_applicationfee') }}
Course e-textbooks fee/td> {{ $errors->first('e_textbooks') }}
Course miscellaneous fee {{ $errors->first('miscellaneous') }}
Course compulsory ancillary fees {{ $errors->first('compulsory_ancillaryfees') }}
Course personalexpenses {{ $errors->first('personalexpenses') }}
Student Services and Amenities Fee {{ $errors->first('ssandamenities') }}
General Fee {{ $errors->first('generalfee') }}
@endsection