@extends('layouts.app') @section('content')

Edit Product

Edit Product

@csrf @method('post')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('merchant_id')) {{ $errors->first('merchant_id') }} @endif
@if ($errors->has('popular')) {{ $errors->first('enabled') }} @endif
@if ($errors->has('sort_order')) {{ $errors->first('sort_order') }} @endif
@if ($errors->has('enabled')) {{ $errors->first('enabled') }} @endif
@if ($errors->has('sku')) {{ $errors->first('sku') }} @endif
@if ($errors->has('weight')) {{ $errors->first('weight') }} @endif
@if ($errors->has('unit')) {{ $errors->first('unit') }} @endif

Batch Details

@if ($errors->has('batch_number')) {{ $errors->first('batch_number') }} @endif
@if ($errors->has('mfd_date')) {{ $errors->first('mfd_date') }} @endif
@if ($errors->has('expiry_date')) {{ $errors->first('expiry_date') }} @endif * Leave Empty if No Expiry Date
@if ($errors->has('quantity')) {{ $errors->first('quantity') }} @endif
@if ($errors->has('product_mrp')) {{ $errors->first('product_mrp') }} @endif
%
@if ($errors->has('margin_ratio')) {{ $errors->first('margin_ratio') }} @endif
@if ($errors->has('base_rate')) {{ $errors->first('base_rate') }} @endif
@if ($errors->has('offer_value')) {{ $errors->first('offer_value') }} @endif
@if ($errors->has('offer_start_date')) {{ $errors->first('offer_start_date') }} @endif
@if ($errors->has('offer_end_date')) {{ $errors->first('offer_end_date') }} @endif Leave empty if offer is valid till stock lasts.
Specification Heading Specificaton Details
Specification Name Specification Value Use for Filters ?
@if ($errors->has('image')) {{ $errors->first('image') }} @endif

@if ($errors->has('taxable')) {{ $errors->first('taxable') }} @endif
/home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/products/duplicate.blade.php on line 779
display:none;">

Warning: Undefined variable $product in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/products/duplicate.blade.php on line 840

Warning: Attempt to read property "images" on null in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/products/duplicate.blade.php on line 840

Warning: foreach() argument must be of type array|object, null given in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/products/duplicate.blade.php on line 840
@endsection