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

Edit course expense

@csrf {{method_field('PUT')}}
Country name {{$countries['country_name']}} {{ $errors->first('course_country_id') }}
University {{$university['uni_name']}} {{ $errors->first('course_university_id') }}
Level {{$levels['level_name']}} {{ $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 {{ $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') }}
@endsection