@extends('partials.master') @section('title','Rombel') @section('content')
| No | Nama Siswa | NIS | NISN | Tempat Lahir | Tanggal Lahir | Download | @if(auth()->user()->level == "superadmin")Actions | @endif |
|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $siswa->fullname }} | {{ $siswa->nipd }} | {{ $siswa->nisn }} | {{ $siswa->tempat_lahir }} | {{ $siswa->tanggal_lahir }} | Action | @if(auth()->user()->level == "superadmin")@endif |