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

Edit Product

@csrf @method('put')
@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

Current Batch Details

No Active Batch

Arrange Batch for Selling — Orders will be placed in this order


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

Warning: Attempt to read property "batches" on null in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/products/edit.blade2.php on line 345

Warning: foreach() argument must be of type array|object, null given in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/products/edit.blade2.php on line 345
Batch Number Mfd Date Expiry Date Initial Quantity Balance Quantity Per Unit MRP Margin Ratio Base Rate Offer Created At Updated At
Specification Heading Specificaton Details
Specification Name Specification Value Use for Filters ?
@if ($errors->has('image')) {{ $errors->first('image') }} @endif


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

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

Warning: foreach() argument must be of type array|object, null given in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/products/edit.blade2.php on line 662
@if ($errors->has('taxable')) {{ $errors->first('taxable') }} @endif
/home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/products/edit.blade2.php on line 746
display:none;">

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

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

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