@extends('layouts.participant') @section('title') Upload Produk1 @endsection @section('customStyle') @endsection @section('content')
Tambah Produk @if(session('status'))
{{session('status')}}
@endif
@foreach($products as $product)
ea
{{ $product->name }}

{{ $product->category }}
{{ $product->sub_category }}

Hapus Lihat Produk {{--
Lihat Produk
--}}
@endforeach
@endsection