image Edit Product
{{--
--}}
@csrf @if ($errors->any())
There were some problems with your input:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- Product Title --}}
@error('product_title')
{{ $message }}
@enderror
{{-- Description --}}
@error('description')
{{ $message }}
@enderror
{{-- Product URL --}}
@error('product_url')
{{ $message }}
@enderror
{{-- Category --}}
@error('category')
{{ $message }}
@enderror
{{-- Attributes --}}
@php $selectedAttributes = old('attributes', isset($product_details->attributes) ? explode(',', $product_details->attributes) : []); @endphp @error('attributes')
{{ $message }}
@enderror
@error('price')
{{ $message }}
@enderror
{{-- Purchase, Sale & Profit --}}
{{-- Quantity --}}
{{-- HSN Code --}}
{{-- Banner Image --}}
@if($product_details->images) Banner Image @endif
{{-- Sub-services --}}
{{-- Meta Details --}}
Meta Details
{{-- OG Details --}}
OG Details
@if($product_details->og_image) OG Image @endif