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

Add Product

Add 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
Gallery
3D Gallery?
Code
Related Product Tags
Add Product Tag
Core Features
Features
Quick Links
Specification Template
Data Sheets Button Name
Data Sheets Attachment
AutoCAD Files Button Name
AutoCAD Files Attachment
Technical Info
Technical Info Button
Technical Info Attachment
Support Email ID
FAQs
Certificates
Related Service
Related Products
Meta Title*
Meta Description*
Status
@endsection