@extends('seller.layouts.app') @section('title') Product Gallery - Vendor @endsection @section('content')
Product Gallery Add
@csrf

Product Gallery List

 Back
@if (count($product_galleries) != 0) @foreach ($product_galleries as $product_gallery) @endforeach @else @endif
SL Product Name Gallery Image Action
{{ $loop->iteration }} {{ $product_gallery->product->title }} @if ($product_gallery->image) asif @else asif @endif
@method('DELETE') @csrf
Nothing Found.
@endsection @section('style') @endsection @section('script') @endsection