@extends('adminlte::page') @section('title', 'Daftar Siswa') @section('content')


Tambah Data

Import Data

@foreach ( $datas as $k ) @endforeach
No NISN Nama Lengkap Jenis Kelamin Tgl Lahir Jurusan Foto Aksi
{{ $no++ }} {{ $k->nisn }} {{ $k->nama_lengkap }} @if ($k->jenis_kelamin == 1) Laki-laki @else Perempuan @endif {{ $k->tempat_lahir }} , {{ $k->tanggal_lahir }} {{ $k->jurusan }} project-image edit
@endsection