@php $admissionyear = \App\PreAdmission::bySchool(school('id'))->whereStatus(1)->first(); @endphp
@lang('Admission Year') @lang('Applications Form') @lang('Applications') @lang('Applications Short List') {{-- View All Student--}} @if($admissionyear) @lang('Marks Entry') @lang('Lottery') @lang('Enroll In') @endif @lang('Instruction')
@if (\Route::current()->getName() == 'academic.admission.pending') @if(Auth::user()->role == 'admin') @endif @elseif(\Route::current()->getName() == 'academic.admission.approve') @endif
@push('modalAppend') @endpush