@extends('layouts.main') @section('title', "Mata Pelajaran | KelasMaju") @section('content-header')

Mapel

@endsection @section('content-body')

Seluruh Data Mata Pelajaran

Berikut adalah daftar seluruh mata pelajaran.

{{-- id add akan di tangkap jqeury untuk membuat modal cek di bootstrap-modal.js --}}
@foreach ($mapels as $mapel) @endforeach
# MATA PELAJARAN NAMA GURU PENGAJAR ID GURU ACTION
{{ ($mapels->currentpage() - 1) * $mapels->perpage() + $loop->index + 1 }} {{$mapel->name}} {{$mapel->teacher->name}} {{$mapel->teacher_id}} Delete
{{$mapels->links()}}
@endsection @section("modal") {{-- modal create mapel --}} {{-- modal detail mapel--}}