@extends('admin.layouts.app') @section('content') Edit Product Back Title Slug Short Description {{ $product->short_description }} Description {{ $product->description }} Shipping & Returns {{ $product->shipping_returns }} Media Drop files here or click to upload. @if ($productImage->isNotEmpty()) @foreach ($productImage as $image) Delete @endforeach @else @endif Pricing Price Compare at Price To show a reduced price, move the product’s original price into Compare at price. Enter a lower value into Price. Inventory SKU (Stock Keeping Unit) Barcode track_qty == 'Yes' ? 'checked' : '' }}> Track Quantity Related Products @if(!empty($relatedProducts)) @foreach ($relatedProducts as $relatedProduct) {{ $relatedProduct->title }} @endforeach @endif Product status status == 1 ? 'selected' : '' }} value="1">Active status == 0 ? 'selected' : '' }} value="0">Block Product category Category @if (count($categories) > 0) Select Category @foreach ($categories as $category) category_id == $category->id ? 'selected' : '' }} value="{{ $category->id }}">{{ $category->name }} @endforeach @else No Category found @endif Sub category Select Sub Category @foreach ($subCategories as $subCategory) sub_category_id == $subCategory->id ? 'selected' : '' }} value="{{ $subCategory->id }}">{{ $subCategory->name }} @endforeach Product brand @if (count($brands) > 0) Select Brand @foreach ($brands as $brand) brand_id == $brand->id ? 'selected' : '' }} value="{{ $brand->id }}">{{ $brand->name }} @endforeach @else No Brand Found @endif Featured product is_featured == 'No' ? 'selected' : '' }} value="No">No is_featured == 'Yes' ? 'selected' : '' }} value="Yes">Yes Product Size Product Color Update Cancel @endsection @section('customJs') @endsection
To show a reduced price, move the product’s original price into Compare at price. Enter a lower value into Price.
No Category found
No Brand Found