@extends('admin.layouts.app') @section('header')

Basis Pengetahuan

Good morning, {{ Auth::user()->name }}
@endsection @section('content')

Basis Pengetahuan

View the existing Knowledge Base

@foreach ($basis as $i => $b) @endforeach
No Kecerdasan Kriteria CF Aksi
{{ $i + 1 }} {{ optional($b->kecerdasan)->nama ?? '–' }} {{ optional($b->kriteria)->nama ?? '–' }} {{ number_format($b->nilai, 2) }}
@csrf @method('DELETE')
@endsection @push('scripts') @endpush