@include('components.backend.head') @include('components.backend.header') @include('components.backend.sidebar')
+ Add Products
@foreach ($productDetails as $key => $product) @endforeach
# Collection Name Product Name Action
{{ $key + 1 }} {{ $product->collection_name }} {{ $product->product_name }} Edit
@csrf @method('DELETE')
@include('components.backend.footer') @include('components.backend.main-js')