@extends('layout.app') @section('title', 'Data Product') @section('content')
@foreach ($model as $r) @endforeach
No Nama UMKM Nama Item Ukuran Stok Warna Sex Bahan Harga Action
{{ $no++ }} {{ $r->nama }} {{ $r->nama_product }} {{ $r->ukuran }} {{ $r->stok }} {{ $r->warna }} {{ $r->model }} {{ $r->bahan }} {{ $r->harga }} Edit Delete
@endsection