@extends('layouts.admin-layout') @section('title') Edit Products @endsection @section('content')

Edit Product

@csrf
@error ('product_name') {{$message}} @enderror
@error ('product_full_name') {{$message}} @enderror
@error ('category_name') {{$message}} @enderror
@error('sub_category_name') {{ $message }} @enderror
@error ('product_price') {{$message}} @enderror
@error ('product_stock') {{$message}} @enderror
product_stock_status === 1 ? 'checked' : '' }}>
{{-- --}}
consultation_btn_status === 1 ? 'checked' : '' }}> {{-- online_consultation_sections_status === 1 ? 'checked' : '' }}>--}}
@error ('product_main_image') {{$message}} @enderror
Profile Preview
@error ('description') {{$message}} @enderror
@error ('product_detail_page_short_description') {{$message}} @enderror
@error ('product_detail_page_left_description') {{$message}} @enderror
@error('meta_title') {{ $message }} @enderror
@error('meta_description') {{ $message }} @enderror
@if($find_single_product_variation_name->count() > 0)
@foreach($find_single_product_variation_name as $product) @foreach($product->singleEntryProductVariation as $single_entry)

Variation Name : {{$single_entry->variationName->variation_name ? :'---'}}

@foreach($single_entry->productVariations as $index => $product_variation)
is_strength == 1 ? 'checked' : '' }}> Strength Treatment Page
@if ($product_variation->productVariationImage() && $product_variation->productVariationImage()->first()) @else @endif
@endforeach @endforeach @endforeach
@endif @if($brand_assignment_exists)
{{-- Remove Button --}}
{{-- Select Quantity --}}
{{-- Select Brand Option --}}
@endif
status === 1 ? 'checked' : ''}}>
@endsection @section('script') {{-- --}} @endsection