STUDENT TRANSFER

{{-- {{ $students->links() }} --}}
s/no Student ID Name Department LEVEL @forelse ($students as $student) {{$loop->iteration }} {{ $student->student_id_number ?? '' }} {{ $student->fullname ?? '' }} {{ $student->department->dept_title ?? '' }} {{-- bg-{{ $transaction->status_color }}-100 text-{{ $transaction->status_color }}-800 --}} {{ $student->level ?? '' }} @if (strlen($search) >= 10 && ($studentRec) && ($searchVal === $studentRec->student_id_number) || strlen($search) >= 10 && ($studentRec) && ($searchVal === $studentRec->entry_mode_number)) Transfer @endif @empty
No transactions found...
@endforelse
Delete Transaction
Are you sure you? This action is irreversible.
Cancel Delete
STUDENT DETAILS
Current Department
*
@foreach (App\Models\Assets::TRANSFER as $value => $label) @endforeach
*
@foreach ($get_departments as $student_department) @endforeach
*
@foreach (App\Models\Assets::LEVEL as $value => $label) @endforeach
Existing Id Number
*
{{ __('Done') }}
{{ __('Operation Successful') }} {{ __('Save') }}