@extends('layout.print') @section('title', $title) @section('content')
Hasil Perhitungan
@if (count($results) > 0)
@foreach ($results as $kode_produk => $items) @foreach ($items as $item) @endforeach @endforeach
Kode Produk Nama Produk Tanggal Jumlah MAPE
{{ $kode_produk }} {{ $produks[$kode_produk] }} {{ $item->tanggal }} {{ $item->jumlah }} {{ $item->mape }}
@else

Tidak ada hasil perhitungan untuk periode ini.

@endif
@endsection