@extends('layouts.main') @section('title', "Student | KelasMaju") @section('content-header')
Berikut adalah daftar seluruh siswa.
{{-- id add akan di tangkap jqeury untuk membuat modal cek di bootstrap-modal.js --}}# | NAME | NIS | STATUS | GAYA BELAJAR | ACTION | |
---|---|---|---|---|---|---|
{{ ($students->currentpage() - 1) * $students->perpage() + $loop->index + 1 }} | {{$student->user->name}} | {{$student->nis}} | @if ($student->status === 'active')Active |
@else
Not Active |
@endif
{{ $student->gaya_belajar }} | Delete |