@extends('layouts.app') @section('assets') @endsection @section('content') @include('components.admin_sidebar')

Produk

@foreach ($data as $product) @endforeach
Gambar Produk Kategori Aksi
image description

{{ $product->name }}

@if ($product->is_listed == 1) StatusListed @else StatusUnlisted @endif Harga{{ $product->price }} @if ($product->stock > 1) Stock{{ $product->stock }} @else Stock{{ $product->stock }} @endif Dibeli{{ $product->sold }} kali Dilihat{{ $product->views }} kali
{{ $product->Category->name }}
@endsection @section('js') @endsection