@extends('admin.layout.content') @section('content')
Kelola data induk produk.
| No | Nama Produk | Deskripsi Produk | Ditambahkan | Aksi |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $product->product_name }} | {{ $product->description ?? 'Tidak ada deskripsi.' }} | {{ $product->created_at ? \Carbon\Carbon::parse($product->created_at)->format('d/m/Y H:i') : '-' }} |
{{-- Detail --}}
{{-- Edit Induk --}}
{{-- Hapus Total --}}
|
| inventory_2 Belum ada data produk yang tersedia. | ||||