STUDENT BY DEPARTMENT

*
@foreach ($get_departments as $student_department) @endforeach
{{-- --}}
@if (($department) && ($department != 'Select Department'))
loading..
@endif
{{ $students->links() }}
s/no Student ID Name LEVEL @forelse ($students as $student) {{$loop->iteration }} {{ $student->student_id_number }} {{ $student->fullname }} {{-- bg-{{ $transaction->status_color }}-100 text-{{ $transaction->status_color }}-800 --}} {{ $student->level }} {{-- Generate Password --}} @empty
No transactions found...
@endforelse
Delete Transaction
Are you sure you? This action is irreversible.
Cancel Delete
Edit Transaction {{-- @foreach (App\Models\Transaction::STATUSES as $value => $label) @endforeach --}} Cancel Save