@extends('layouts.admin.app') @section('content')
Kelola data wali kelas dengan mudah & cepat.
| No | Nama Guru | NIP | Mapel | Kelas | Aksi |
|---|---|---|---|---|---|
| {{ $index+1 }} | {{ $item->guru->nama_guru }} | {{ $item->guru->nip }} | {{ $item->guru->mata_pelajaran }} | @php $namaKelas = $item->kelas->nama_kelas ?? '-'; $kelasColor = str_contains($namaKelas, 'XII') ? 'bg-green-100 text-green-700' : (str_contains($namaKelas, 'XI') ? 'bg-yellow-100 text-yellow-700' : 'bg-blue-100 text-blue-700'); @endphp {{ $namaKelas }} | |
| Belum ada data wali kelas. | |||||
Format file: .xlsx atau .csv — Kolom: Guru, NIP, Mapel, Kelas