{{ __('EDIT STUDENT STATUS') }} {{-- Back --}}

{{-- delete rrr --}}
loading..
*
@foreach (App\Models\Academic::all() as $value => $label) @endforeach
@if ((strlen($search) >= 12) && $academic_session) {{ __('Search') }} {{ __('Not your student or Status not uploaded.') }} {{ __('Status not uploaded.') }} @endif
Student Id Full Name Level Status Carry Over {{ $student->student_id_number ?? '' }} {{ $student->fullname ?? '' }} {{ $this->level ?? '' }} {{ $this->status ?? ''}} {{ $this->carryover ?? ''}}
{{-- {{ $stokenTokens->links() }} --}}
STUDENT DETAILS
{{ $student->fullname ?? '' }}
{{ $student->department->dept_title ?? '' }}
{{--
@foreach (App\Models\Assets::LEVEL as $value => $label) @endforeach
--}}
@foreach (App\Models\Assets::STATUS as $value => $label) @endforeach
{{ __('Done') }}
{{ __('Saved') }} {{ __('Update') }}