@extends('layouts.admin.master') @section('content') @php $can_insert = auth_can(h_prefix('insert')); $can_update = auth_can(h_prefix('update')); $can_delete = auth_can(h_prefix('delete')); @endphp
Data {{ $page_attr['title'] }}
Kembali @if ($can_insert) @endif
{!! $can_delete || $can_update ? '' : '' !!}
No Kode NamaAksi
Bobot {{ $page_attr['title'] ?? 'Kriteria' }}
Normalisasi {{ $page_attr['title'] ?? 'Kriteria' }}

Consistency Index:

Ratio Index:

Consistency Ratio:

@endsection @section('stylesheet') @endsection @section('javascript') @php $resource = resource_loader( blade_path: $view, params: [ 'can_update' => $can_update ? 'true' : 'false', 'can_delete' => $can_delete ? 'true' : 'false', 'page_title' => $page_attr['title'], 'slug' => $kriteria->slug, ], ); @endphp @endsection