@extends('layouts.main') @section('title') Produk @endsection @push('styles') @endpush @section('container')
Table Produk
@foreach ($produk as $item) @endforeach
No Nama Foto Deskripsi Harga Kategori Daftar Warna Daftar Ukuran Aksi
{{ $loop->iteration }} {{ $item->nama }} Product Image {{ $item->deskripsi }} {{ $item->formatRupiah('harga') }} {{ $item->kategori->nama }} @foreach ($item->produkColor as $detail) {{ $detail->color->code_color }} @endforeach @foreach ($item->produkUkuran as $detail) {{ $detail->ukuran->ukuran }}, @endforeach
{{-- modal add --}} {{-- modal edit --}} @foreach ($produk as $produkItem) @endforeach {{-- modal delete --}} @foreach ($produk as $item) @endforeach @endsection @push('scripts') @endpush