@extends('layouts.app') @section('content') @php $combo_id = 0; @endphp

View Product

View your product details.

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.

{{$data['product_details']['name']}}
@foreach($data["brand"] as $key => $value) @if($data['product_details']['product_brand_id'] == $key) {{$value}} @endif @endforeach
{{$data['product_details']['description']}}
@foreach($data["category"] as $key => $value) @if($data['product_details']['product_category_id'] == $key) {{$value}} @endif @endforeach
@foreach($tags as $_tags) @foreach($data["category"] as $key => $value) @endforeach @if(isset($tag_value))
{{ $tag_value }}
@endif @endforeach
@if($data['product_details']["sale_on_pos"] ==1) ON @else OFF @endif
@if($data['product_details']["sale_on_emenu"] ==1) ON @else OFF @endif
@if($data['product_details']["sale_on_portal"] ==1) ON @else OFF @endif
Select Kitchen (KOT)
@if($data['product_details']['kot'] != NULL) @foreach($kot_ids as $_kot_ids) @if($_kot_ids != '') @if($_kot_ids != 0) @foreach($data['kot'] as $key=>$value) @endforeach @if(isset($kot_name))
{{$kot_name}}
@endif @endif @endif @endforeach @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($data['product_details']['product_type']=="1")
@endif @if($data['product_details']['product_type']=="2")
@endif @if($data['product_details']['product_type']=="3")
@endif
{{$supplier_list_str}}
@if((int)$data['product_details']['supplier_cost'] == $data['product_details']['supplier_cost']) @php $pro_supplier_cost = (int)$data['product_details']['supplier_cost']; @endphp @else @php $pro_supplier_cost = $data['product_details']['supplier_cost']; @endphp @endif