@extends('admin.layouts.app') @section('title', 'Manajemen Data Siswa') @section('content')
Total: {{ $students->total() }} Siswa
| Nama | NIS | Kelompok | Rekomendasi | Chat | Aksi | |
|---|---|---|---|---|---|---|
| {{ $student->name }} | {{ $student->email }} | {{ $student->nis ?? '-' }} | @if($student->kelompok_asal) {{ $student->kelompok_asal }} @else - @endif | {{ $student->recommendations_count }} | {{ $student->chat_histories_count }} | 👁 Lihat |
| Tidak ada siswa yang ditemukan | ||||||