@extends('simaju.layouts.main') @section('title', 'Data Rapor') @section('page-title', 'Data Rapor') @section('page-subtitle', 'Kelola rapor siswa di kelas Anda') @section('content')
Total: {{ $rapors->total() }} rapor
| No | Siswa | Kelas/Komp. Keahlian | Tahun/Semester | Rata-rata | Status | Aksi |
|---|---|---|---|---|---|---|
| {{ $rapors->firstItem() + $index }} |
{{ strtoupper(substr($rapor->siswa->nama, 0, 2)) }}
{{ $rapor->siswa->nama }}
{{ $rapor->siswa->nis }}
|
{{ $rapor->siswa->kelas->nama_kelas }} - {{ $rapor->siswa->kelas->jurusan->kode }} |
{{ $rapor->tahun_ajaran }}
{{ ucfirst($rapor->semester) }}
|
{{ number_format($rapor->rata_rata, 2) }} | {{ $rapor->status_label }} | |
|
Belum ada data rapor Buat rapor baru untuk siswa di kelas Anda |
||||||