@extends('layout.main') @section('title', 'Kriteria') @section('content')

Kriteria

Data Kriteria

@foreach ($kriteria as $k) @endforeach @foreach ($gameplay as $g) @foreach ($kriteria as $k) @endforeach @endforeach @foreach ($kriteria as $k) @endforeach
Tipe StrategiBobot {{ $k->nama }} ({{ $k->keterangan }})Opsi
{{ $g->nama }}{{ $bobot[$g->id_gameplay][$k->id_kriteria] ?? 'N/A' }}
Tipe Strategi Opsi
@foreach ($gameplay as $type) @endforeach @foreach ($kriteria as $type) @endforeach
@if (session('success')) @endif @if ($errors->any()) @endif @endsection