@extends('layouts.app') @section('content') @php($businessType = businessType())

New Product

Add a new product selling across all your linked business in Salesoft solution.

General Details

What all are the general information about your new product?

Add product name, supplier info, tags, product description and images for your
new product in this section.

@if($data["language"] == 2)
@endif @if($businessType != '' && $businessType == 'Restaurant')
@endif
@if($data["language"] == 2)
@endif
@if($businessType != '' && $businessType == 'Restaurant')
@endif
@if($businessType != '' && $businessType == 'Restaurant')
@endif
@if($businessType != '' && $businessType == 'Restaurant')
@endif

Inventory Information

How you want to store, list track and sell your new product?

You can set product supply details, suppliers, selling channels, supply & sales
details in this section

@if($businessType != '' && $businessType == 'Restaurant')

Custom Modifiers

What are customization you offer for this product?

You can select modifiers from predefined list which is applicable for the product.

@endif
validation_error @endsection @section('admin_css') @stop @section('admin_js') @include('admin.js.product-create') @stop