@extends('layouts.admin.base-dashboard') @section('title', 'Daftar Produk') @section('content') @include('layouts.admin.include.message')
No | Kode Produk | Deskripsi Produk | Brand | Stok | Harga | Terakhir Update | Tindakan |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $product->name }} | {{ $product->description }} | {{ $product->brand->name }} | {{ $product->stock }} | {{ date('d-m-Y H:i:s', strtotime($product->created_at)) }} | Ubah View Image |