@extends('layouts.app') @push('title', 'Data Aturan Pakar') @section('content')

Data Aturan Pakar

Data Aturan Pakar

@php $no = 1; @endphp @foreach ($indicators as $indicator) @foreach ($indicator->expertRules as $index => $rule) @endforeach @endforeach
No Indikator Kategori Deskripsi CF(h) Action
{{ $no++ }} {{ $indicator->name }} {{ $rule->description }} {{ $rule->cf }}
@push('other-js') @endpush @endsection