@extends('layout.app') @section('title', $title) @section('content')
Kode Produk | Nama Produk | Tanggal | Jumlah | MAPE | Akurasi |
---|---|---|---|---|---|
{{ $kode_produk }} | {{ $produks[$kode_produk] }} | {{ date('M-Y', strtotime($item->tanggal)) }} | {{ number_format($item->jumlah, 2) }} | {{ number_format($item->mape * 100, 2) }}% | {{ $item->akurasi }} |
Tidak ada hasil perhitungan untuk periode ini.