@extends('layouts.admin') @section('title', 'Kelola Kriteria') @section('page-title', 'Kelola Kriteria') @section('header-actions') Tambah Kriteria @endsection @section('content')
| Kode | Nama Kriteria | Tipe | Bobot | Sub Kriteria | Aksi |
|---|---|---|---|---|---|
| {{ $criterion->code }} |
{{ $criterion->name }}
@if($criterion->description)
{{ Str::limit($criterion->description, 50) }} @endif |
@if($criterion->type->value === 'benefit') Benefit @else Cost @endif | {{ $criterion->weight }} | {{ $criterion->sub_criteria_count }} item |