@extends('index') @section('content')

Kategori

Tambah
@if($kategori->count()) @php $i = 1; @endphp @foreach($kategori->limit(3)->get() as $rows) @php $i++; @endphp @endforeach @else @endif
No Mata Pelajaran Tahun Ajar KKM Jumlah Guru Pengajar Jumlah Kelas Status ACTION
{{ $i }} {{ $rows->name }} {{ $rows->Year->name }} {{ $rows->kkm }} {{ $rows->teacherCount() }} {{ $rows->classroomCount() }} @if ($rows->publish == 1) Publish @else Unpublish @endif LIHAT EDIT HAPUS @if ($rows->publish == 1) UNPUBLISH @else PUBLISH @endif
Tidak ada data
@if($kategori->count()) Lihat Selengkapnya @endif
{{--

Muatan Kewilayahan

Tambah
@if($area->count()) @php $i = 1; @endphp @foreach($area->limit(3)->get() as $rows) @php $i++; @endphp @endforeach @else @endif
No Mata Pelajaran Tahun Ajar KKM Jumlah Guru Pengajar Jumlah Kelas Status ACTION
{{ $i }} {{ $rows->name }} {{ $rows->Year->name }} {{ $rows->kkm }} {{ $rows->teacherCount() }} {{ $rows->classroomCount() }} @if ($rows->publish == 1) Publish @else Unpublish @endif LIHAT EDIT HAPUS @if ($rows->publish == 1) UNPUBLISH @else PUBLISH @endif
Tidak ada data
@if($area->count()) Lihat Selengkapnya @endif
--}}

Sub Kategori

Tambah
@if($kategori5->count()) @php $i = 1; @endphp @foreach($kategori5->limit(3)->get() as $rows) @php $i++; @endphp @endforeach @else @endif @if($kategori5->count()) @php $i = 1; @endphp @foreach($subKategori4->limit(3)->get() as $rows) @php $i++; @endphp @endforeach @else @endif @if($subKategori5->count()) @php $i = 1; @endphp @foreach($subKategori5->limit(3)->get() as $rows) @php $i++; @endphp @endforeach @else @endif @if($subKategori6->count()) @php $i = 1; @endphp @foreach($subKategori6->limit(3)->get() as $rows) @php $i++; @endphp @endforeach @else @endif @if($subKategori7->count()) @php $i = 1; @endphp @foreach($subKategori7->limit(3)->get() as $rows) @php $i++; @endphp @endforeach @else @endif
No Mata Pelajaran Tahun Ajar KKM Jumlah Guru Pengajar Jumlah Kelas Status ACTION
* Kelompok Mata Pelajaran Kejuruan
{{ $i }} {{ $rows->name }} {{ $rows->Year->name }} {{ $rows->kkm }} {{ $rows->teacherCount() }} {{ $rows->classroomCount() }} @if ($rows->publish == 1) Publish @else Unpublish @endif LIHAT EDIT HAPUS @if ($rows->publish == 1) UNPUBLISH @else PUBLISH @endif
Tidak ada data
* Project Ilmu Pengetahuan Alam dan Sosial
{{ $i }} {{ $rows->name }} {{ $rows->Year->name }} {{ $rows->kkm }} {{ $rows->teacherCount() }} {{ $rows->classroomCount() }} @if ($rows->publish == 1) Publish @else Unpublish @endif LIHAT EDIT HAPUS @if ($rows->publish == 1) UNPUBLISH @else PUBLISH @endif
Tidak ada data
@if($subKategori4->count()) Lihat Selengkapnya @endif
* Dasar-Dasar Program Keahlian
{{ $i }} {{ $rows->name }} {{ $rows->Year->name }} {{ $rows->kkm }} {{ $rows->teacherCount() }} {{ $rows->classroomCount() }} @if ($rows->publish == 1) Publish @else Unpublish @endif LIHAT EDIT HAPUS @if ($rows->publish == 1) UNPUBLISH @else PUBLISH @endif
Tidak ada data
@if($subKategori5->count()) Lihat Selengkapnya @endif
* Konsentrasi Keahlian
{{ $i }} {{ $rows->name }} {{ $rows->Year->name }} {{ $rows->kkm }} {{ $rows->teacherCount() }} {{ $rows->classroomCount() }} @if ($rows->publish == 1) Publish @else Unpublish @endif LIHAT EDIT HAPUS @if ($rows->publish == 1) UNPUBLISH @else PUBLISH @endif
Tidak ada data
@if($subKategori6->count()) Lihat Selengkapnya @endif
* Mapel Tambahan
{{ $i }} {{ $rows->name }} {{ $rows->Year->name }} {{ $rows->kkm }} {{ $rows->teacherCount() }} {{ $rows->classroomCount() }} @if ($rows->publish == 1) Publish @else Unpublish @endif LIHAT EDIT HAPUS @if ($rows->publish == 1) UNPUBLISH @else PUBLISH @endif
Tidak ada data
@if($subKategori7->count()) Lihat Selengkapnya @endif
@endsection @push('script') @endpush