@if(Route::has('backend.dashboard'))
Dashboard
@endif
@if(Route::has('backend.latestNews'))
Latest News
@endif
@if(Route::has('backend.courses'))
Courses
@endif
@if(Route::has('backend.universities'))
Universities
@endif
@if(Route::has('backend.testimonial'))
Testimonial
@endif
@if(Route::has('backend.modal'))
Modal
@endif
@if(Route::has('backend.country'))
Country
@endif
@if(Route::has('backend.enquiryForm'))
Enquiry Form
@endif
@if(Route::has('backend.appointment'))
appointment Form
@endif
@if(Route::has('backend.consultation'))
consultation Form
@endif
@if(Route::has('backend.indexPage.index') || Route::has('backend.indexPageQa.index'))
@endif
@if(Route::has('backend.gallery'))
Gallery
@endif
@if(Route::has('backend.social'))
Social
@endif
@if(Route::has('backend.headContent'))
Head Content
@endif
@if(Route::has('backend.settings.account'))
settings
@endif