@extends('layouts.admin') @section('title', 'Kelola Produk') @section('content_header')
| No | Nama | Icon | Gambar | Deskripsi Singkat | Detail | Aksi |
|---|---|---|---|---|---|---|
| {{ ($products->currentPage() - 1) * $products->perPage() + $key + 1 }} |
{{ $product->name }} {{ $product->slug }} |
@if ($product->icon)
|
@if ($product->image)
|
{{ Str::limit($product->short_description, 50, '...') }} | {{ $product->productDetails->count() }} detail |