Generate Password

{{-- @if (($department) && ($department != 'Select Department')) --}}
loading..
{{-- @endif --}}
{{ __('Generate Password') }}
{{ $students->links() }}
Print
s/no Student ID Name Login Token LEVEL Date Generated {{-- @if ($selectPage) --}} {{-- @unless ($selectAll)
You have selected {{ $transactions->count() }} transactions, do you want to select all {{ $transactions->total() }}? Select All
@else You are currently selecting all {{ $transactions->total() }} transactions. @endif
--}}
{{-- @endif --}} @forelse ($students as $student) {{$loop->iteration }} {{ $student->student_id_number }} {{ $student->fullname }} {{ $this->getPassword($student->student_id_number) ?? 'Not set' }} {{ $student->level }} {{ $student->created_at }} {{-- Generate Password --}} @empty
No transactions found...
@endforelse
{{ $students->links() }}