@extends('layouts.admin') @section('content')
| # | Nama Produk | Harga | Gambar | Aksi |
|---|---|---|---|---|
| {{ $product->id }} | {{ $product->nama_produk }} | Rp{{ number_format($product->harga,0,',','.') }} |
@if($product->gambar)
|
Edit |
| Belum ada produk. | ||||