@extends('layout.app') @section('title', $title) @section('content') {{ show_msg() }}
No | Tanggal | Produk | Jumlah | Aksi | @foreach ($rows as $key => $row)
---|---|---|---|---|
{{ ($rows->currentPage() - 1) * $limit + $key + 1 }} | {{ $row->tanggal }} | {{ $row->nama_produk }} | {{ number_format($row->jumlah) }} | Ubah |