@extends('layouts.main') @section('css') @endsection @section('content') {{-- Header --}}

Data Tujuan Pembelajaran

{{-- Content --}}
@if ($pembelajaran->count() < 1) Data masih kosong! @else
No. Mata Pelajaran Kelas Guru Pengampu Aksi
@endif
{{-- @include('pages.pembelajaran._createform') --}} {{-- @include('pages.pembelajaran._editform') --}} {{-- @include('pages.pembelajaran._show') --}} {{-- @include('pages.pembelajaran._delete') --}} @include('pages.tujuanpembelajaran._filter') @endsection @section('js') @include('partials.toast2') @include('pages.tujuanpembelajaran._scriptindex') @endsection