@extends('layout.print') @section('title', $title) @section('content')
No | Tanggal | Produk | Periode | Jumlah | MAPE | @foreach ($rows as $key => $row)
---|---|---|---|---|---|
{{ $no++ }} | {{ date('M-Y', strtotime($row->tanggal)) }} | {{ $row->nama_produk }} | {{ number_format($row->periode) }} | {{ number_format($row->jumlah, 2) }} | {{ number_format($row->mape, 2) }} |