@extends('admin.layouts.index') @push('css') @endpush @include('admin.layouts.components.asset_datatables') @section('title')

Data {{ $tipe }} {{ ucwords($kelompok['nama']) }}

@endsection @section('breadcrumb')
  • Daftar {{ $tipe }}
  • {{ ucwords($kelompok['nama']) }}
  • @endsection @section('content') @include('admin.layouts.components.notifikasi')
    Rincian {{ $tipe }}
    Kode {{ $tipe }} : {{ strtoupper($kelompok['kode']) }}
    Nama {{ $tipe }} : {{ strtoupper($kelompok['nama']) }}
    Ketua {{ $tipe }} : {{ strtoupper($kelompok['nama_ketua']) }}
    Kategori {{ $tipe }} : {{ strtoupper($kelompok['kategori']) }}
    Keterangan : {{ $kelompok['keterangan'] }}

    Anggota {{ $tipe }}

    @include('admin.layouts.components.konfirmasi_hapus') @endsection @push('scripts') @endpush