@extends('layouts.app') @section('page_head') @parent @endsection @section('content')

Add Product

@csrf @honeypot
Upload images
@foreach($product_images_query as $product_image)
{{$product_query->name}}
@endforeach
You need to add at least 4 images. Pay attention to the quality of the pictures you add, comply with the background color standards. Pictures must be in certain dimensions. Notice that the product shows all the details
Product title *
Do not exceed 20 characters when entering the product name.
{{--
Category *
--}}
Categories
{{--
SRP *
Partner Price
Branch Hub Price
--}}
SKU
BPV
UPV
{{--
Stock *
Stock Low Threshold*
--}}
Tags
Primary Attributes
Secondary Attributes
Description *
Do not exceed 100 characters when entering the product name.
Featured
featured ? 'checked' : ''}}>
Cancel
@endsection @section('page_script') @parent {{----}} @endsection