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

Data Elemen

{{-- Content --}}
Dimensi : {{ $dimensi->name }}
@if ($elemen->count() < 1) Data masih kosong! @else
No. Nama Elemen Jumlah Sub Elemen Aksi
@endif
@include('pages.targetcapaian.elemen._create') @include('pages.targetcapaian.elemen._edit') @include('pages.targetcapaian.elemen._delete') @endsection @section('js') @include('partials.toast2'); @include('pages.targetcapaian.elemen.script') @endsection