@extends('layout.app') @section('title', $title) @section('content') {{ dd($ma) }}

Detail Perhitungan {{ $produk->nama_produk }}

Hasil Perhitungan

@foreach($ma->yt as $key => $val) @endforeach
Tanggal Jumlah Forecast Error Error Square Error Absolute Error/Actual
{{ $key }} {{ $val }} {{ $ma->ft[$key] ?? '-' }} {{ $ma->et[$key] ?? '-' }} {{ $ma->et_square[$key] ?? '-' }} {{ $ma->et_abs[$key] ?? '-' }} {{ $ma->et_yt[$key] ?? '-' }}
@endsection