@php $_counter = 0; @endphp @if(isset($product)) @forelse($product->product_catalog as $product_image) @php $_counter++; @endphp @empty @include('admin.product.add-catalog-img') @endforelse @else @include('admin.product.add-catalog-img') @endif @if($_counter > 0) @endif
Catalog Image Image
@push('after-scripts') @endpush