@extends('layout.print') @section('title', $title) @section('content') @foreach ($rows as $key => $row) @endforeach
No Tanggal Produk Jumlah
{{ $no++ }} {{ $row->tanggal }} {{ $row->nama_produk }} {{ number_format($row->jumlah) }}
@endsection