@extends('layouts.admin.app') @section('title', '| Pembobotan') @section('content')
{{ session('success') }}
{{ session('error') }}
KATEGORI | SUBKATEGORI | BOBOT | BOBOT NORMALISASI | AKSI |
---|---|---|---|---|
{{ $weight->category->name }} | {{ $weight->subcategory ? $weight->subcategory->name : '-' }} | {{ $weight->weight_value }} | {{ number_format($weight->normalized_weight, 4) }} | |
Tidak ada bobot yang ditemukan. |