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

Data Kelompok Projek

{{-- Content --}}
@can('admin') @endcan
No. Nama Kelompok Projek Kelas Koordinator Aksi
@include('pages.kelompokprojek.main._filter') @include('pages.kelompokprojek.main._create') @include('pages.kelompokprojek.main._edit') @include('pages.kelompokprojek.main._delete') @endsection @section('js') @include('partials.toast2'); @include('pages.kelompokprojek.main.script') @endsection