@extends('layout.app') @section('title', 'Siswa') @section('content')
Daftar Kelas Siswa {{ $kelas->nama_kelas }}
@foreach ($siswa as $s) @endforeach
# 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 }}
@csrf @method('DELETE')
@if (session('success')) @endif @if ($errors->any()) @endif @endsection @push('css') @endpush @push('js') @endpush