@extends('layouts.admin_layout') @section('title', 'Edit Product') @section('content')

Edit Product

Edit Product

@csrf
Name*
URL Slug*
Thumbnail*

Description*
Brand
Categories
@foreach($product_attributes as $product_attribute_row)
{{$product_attribute_row->attribute_name}}
@endforeach
Industries
Sectors
Label
Variant Labels
Catalogue @if(!empty($product->product_catalog))
View Catalog
@endif
Gallery
product_3d_gallery)) checked @endif> 3D Gallery?
Code
Related Product Tags
Add Product Tag
Core Features
Features
@foreach($product_features as $product_feature_row)
Feature
@endforeach
Quick Links
Specification Template
product_specification_template_id != 1) style="display:none;" @endif>
Specification Slides
@foreach($product_specification_template_ones as $product_specification_template_one_row)
Media Type
product_specification_template_one_media_type_id) && $product_specification_template_one_row->product_specification_template_one_media_type_id == 3) style="display:none;" @endif> Image @if(!empty($product_specification_template_one_row->product_specification_template_one_image))

@endif
product_specification_template_one_media_type_id) && $product_specification_template_one_row->product_specification_template_one_media_type_id != 2) style="display:none;" @endif> YouTube Video ID
Icon @if(!empty($product_specification_template_one_row->product_specification_template_one_icon))

@endif
Caption
Description
@endforeach
product_specification_template_id != 2) style="display:none;" @endif> Specification Template Two
Full Image @if(!empty($product->product_specification_template_two_image))

@endif
Specification Points
@foreach($product_specification_template_twos as $product_specification_template_two_row)
Caption
Description
Image @if(!empty($product_specification_template_two_row->product_specification_template_two_icon))

@endif
@endforeach
product_specification_template_id != 3) style="display:none;" @endif> Specification Template Three Content
product_specification_template_id != 4) style="display:none;" @endif> Specification Template Four
Specification Table
Data Sheets Button Name
Data Sheets Attachment @if(!empty($product->product_specification_template_four_button_one_attachment))
Download Attachment @endif
AutoCAD Files Button Name
AutoCAD Files Attachment @if(!empty($product->product_specification_template_four_button_two_attachment)) Download Attachment @endif
Technical Info
Technical Info Button
Technical Info Attachment @if(!empty($product->product_technical_button_attachment))
Download Attachment
@endif
Support Email ID
FAQs
@foreach($product_faqs as $product_faq_row)
Category
Question
Answer
@endforeach
Certificates
@foreach($product_certificates as $product_certificate_row)
Title
Sub Title
Description
Attachment Type
Image @if(!empty($product_certificate_row->product_certificate_image))

@endif
product_certificate_attachment_type) && $product_certificate_row->product_certificate_attachment_type != 3) style="display:none;" @endif> PDF @if(!empty($product_certificate_row->product_certificate_pdf))
View PDF
@endif
@endforeach
Related Service
Related Products
Meta Title*
Meta Description*
Status
@endsection