Add Product Image For {{ $product->title ?? '' }}
Product Images
| S.No | Product Image | Main Image | Status | Action |
|---|---|---|---|---|
| {{ $sr++ }} | @if($productImage->main_image == 1) @else @endif | @if($productImage->status == 1) @else @endif | main_image == 1) id="main_image" class="btn btn-danger btn-xs" @else id="main_image" class="btn btn-primary btn-xs" @endif href="{{ action('AdminController\ProductImageController@mainImage', [$productImage->id]) }}" > @if($productImage->main_image == 1) Main Image @else Main Image @endif status == 1) id="deactivate" class="btn btn-danger btn-xs" @else id="activate" class="btn btn-success btn-xs" @endif href="{{ action('AdminController\ProductImageController@status', [$productImage->id]) }}" > @if($productImage->status == 1) Deactivate @else Activate @endif |