@extends('admin.layouts.master') @section('title', 'Product') @section('content')
@include('admin.includes.msg')
@if(isset($_GET['return']) && !empty($_GET['return'])) @endif
  • General
  • Confugration
  • Variant
  • Group
  • Tags
  • Seo

Product Inputs

@if(isset($product))
image}}"> @endif
is_featured==1) checked @endif>

Price

Primary Unit Secondary Unit
Value (per 2nd unit) Unit Value Unit
conf_2nd_unit)) disabled @endif name="conf_2nd_unit" class="form-control" required>
(in Primary Unit eg:PCS)
(in Primary Unit eg:PCS)
(in Primary Unit eg:PCS)

Varient

isVariants==1 && !empty($product_varient)) checked @endif>
isVariants==1 && !empty($product_varient)) style="display:block" @endif>
@foreach($option as $o) optionId==$o->option_name ) checked @endif @endif name="optionId" id="opt{{ $o->option_name }}" class="option"> @endforeach
isVariants==1) style="display:block" @endif>
@if(isset($product) && !empty($product_varient)) @php $x=1; @endphp
#
{{ $product_varient->optionId }}
Group Name
@foreach($option as $o) @if($o->option_name==$product_varient->optionId)
@endif @endforeach
@php $x++; @endphp @endif
byproduct==1 && !empty($product_varient)) checked @endif>

Tags

@csrf @isset($product) @endisset
@endsection