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