@extends('layout.app') @section('title', 'Siswa') @section('content')
# | NISN | Nama Siswa | Tempat Lahir | Tanggal Lahir | Nomor HP | Alamat | Kelas | Aksi |
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $s->nisn }} | {{ $s->nama_siswa }} | {{ $s->tempat_lahir }} | {{ $s->tanggal_lahir }} | {{ $s->nomor_hp }} | {{ $s->alamat }} | {{ $s->kelas->nama_kelas }} |