@extends('layouts.admin.app') @section('title', '| Pembobotan') @section('content')

Pembobotan Kriteria

Tambah Bobot
@if(session('success')) @endif @if(session('error')) @endif
@forelse($weights as $weight) @empty @endforelse
KATEGORI SUBKATEGORI BOBOT BOBOT NORMALISASI AKSI
{{ $weight->category->name }} {{ $weight->subcategory ? $weight->subcategory->name : '-' }} {{ $weight->weight_value }} {{ number_format($weight->normalized_weight, 4) }}
Edit
@csrf @method('DELETE')
Tidak ada bobot yang ditemukan.
@endsection