@extends('main.layouts.app') @include('ckfinder::setup') @section('content') {{-- @include('ckfinder::setup') --}}

Product Page

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • ⚠️ {{ $error }}
  • @endforeach
@endif
@csrf

Product Information

Pricing & Inventory

{{--
--}} {{-- gst --}}
{{-- end gst --}}

SEO & Marketing

Images

Upload files or drag and drop
@if ($product_details->pictures) @foreach (json_decode($product_details->pictures, true) as $img) @endforeach @endif
Upload a file or drag and drop
@if ($product_details->images) @endif
@if ($product_details->og_image) @endif
best_seller ? 'checked' : '' }}>
home ? 'checked' : '' }}>
{{-- --}} {{-- --}} {{-- --}} @endsection