@extends('seller.layouts.app') @section('title') Product Gallery - Vendor @endsection @section('content')
| SL | Product Name | Gallery Image | Action | ||||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $product_gallery->product->title }} |
@if ($product_gallery->image)
@endif
|
|||||||
| Nothing Found. | |||||||||