@extends('layouts.main') @section('title', "Teacher | KelasMaju") @section('content-header')
Berikut adalah daftar seluruh guru.
{{-- id add akan di tangkap jqeury untuk membuat modal cek di bootstrap-modal.js --}}# | NAME | NIP | PENDIDIKAN | STATUS | ACTION | |
---|---|---|---|---|---|---|
{{ ($teachers->currentpage() - 1) * $teachers->perpage() + $loop->index + 1 }} | {{$teacher->name}} | {{$teacher->nip}} | {{$teacher->education}} | @if ($teacher->user->status == "Active")Active |
@else
Not Active |
@endif
Delete |