@extends('backend.layout.main') @if(in_array('ecommerce',explode(',',$general_setting->modules)) || in_array('restaurant',explode(',',$general_setting->modules))) @push('css') @endpush @endif @section('content') {{__('db.add_product')}} {{__('db.The field labels marked with * are required input fields')}}. {{__('db.Product Type')}} * Standard Combo Digital Service {{__('db.Product Name')}} * {{__('db.Product Code')}} * {{__('db.Barcode Symbology')}} * Code 128 Code 39 UPC-A UPC-E EAN-8 EAN-13 {{__('db.Attach File')}} * {{__('db.add_product')}} {{__('db.Combo Products')}} {{__('db.product')}} {{__('db.Wastage Percent')}} {{__('db.Quantity')}} {{__('db.Unit Cost')}} {{__('db.Unit Price')}} {{__('db.Sub total')}} {{-- {{__('db.Production Cost')}} --}} {{__('db.Brand')}} @foreach($lims_brand_list as $brand) {{$brand->title}} @endforeach {{__('db.category')}} * @foreach($lims_category_list as $category) {{$category->name}} @endforeach {{__('db.Product Unit')}} * Select Product Unit... @foreach($lims_unit_list as $unit) @if($unit->base_unit==null) {{$unit->unit_name}} @endif @endforeach {{__('db.Sale Unit')}} {{__('db.Purchase Unit')}} {{__('db.Product Cost')}} * Cost must be higher than 0! {{ __('db.Profit Margin Type') }} Percentage (%) Flat {{__('db.Profit Margin')}} {{__('db.Product Price')}} * Price must be higher than Cost to make Profit! {{__('db.Wholesale Price')}} {{__('db.Daily Sale Objective')}} {{__('db.Alert Quantity')}} {{__('db.Product Tax')}} No Tax @foreach($lims_tax_list as $tax) {{$tax->name}} @endforeach {{__('db.Tax Method')}} {{__('db.Exclusive')}} {{__('db.Inclusive')}} {{ __('db.Warranty') }} {{ __('db.Days') }} {{ __('db.Months') }} {{ __('db.Years') }} {{ __('db.Guarantee') }} {{ __('db.Days') }} {{ __('db.Months') }} {{ __('db.Years') }} @foreach($custom_fields as $field) @if(!$field->is_admin || \Auth::user()->role_id == 1) {{$field->name}} @if($field->type == 'text') is_required){{'required'}}@endif> @elseif($field->type == 'number') is_required){{'required'}}@endif> @elseif($field->type == 'textarea') is_required){{'required'}}@endif> @elseif($field->type == 'checkbox') @foreach($option_values as $value) default_value){{'checked'}}@endif @if($field->is_required){{'required'}}@endif> {{$value}} @endforeach @elseif($field->type == 'radio_button') @foreach($option_values as $value) default_value){{'checked'}}@endif @if($field->is_required){{'required'}}@endif> {{$value}} @endforeach @elseif($field->type == 'select') is_required){{'required'}}@endif> @foreach($option_values as $value) default_value){{'selected'}}@endif>{{$value}} @endforeach @elseif($field->type == 'multi_select') is_required){{'required'}}@endif multiple> @foreach($option_values as $value) default_value){{'selected'}}@endif>{{$value}} @endforeach @elseif($field->type == 'date_picker') is_required){{'required'}}@endif> @endif @endif @endforeach {{__('db.Featured')}} {{__('db.Featured product will be displayed in POS')}} {{__('db.Embedded Barcode')}} {{__('db.Check this if this product will be used in weight scale machine')}} {{__('db.Initial Stock')}} {{__('db.This feature will not work for product with variants and batches')}} {{__('db.Warehouse')}} {{__('db.qty')}} @foreach($lims_warehouse_list as $warehouse) {{$warehouse->name}} @endforeach {{__('db.Product Image')}} {{__('db.Product Details')}} {{__('db.This product has variant')}} {{__('db.Option')}} * {{__('db.Value')}} * {{__('db.Add More Variant')}} {{__('db.name')}} {{__('db.Item Code')}} {{__('db.Additional Cost')}} {{__('db.Additional Price')}} {{__('db.This product has different price for different warehouse')}} {{__('db.Warehouse')}} {{__('db.Price')}} @foreach($lims_warehouse_list as $warehouse) {{$warehouse->name}} @endforeach {{__('db.This product has batch and expired date')}} {{__('db.This product has IMEI or Serial numbers')}} {{__('db.Add Promotional Price')}} {{__('db.Promotional Price')}} {{__('db.Promotion Starts')}} {{__('db.Promotion Ends')}} @if (\Schema::hasColumn('products', 'woocommerce_product_id')) {{__('db.Disable Woocommerce Sync')}} @endif @if(in_array('ecommerce',explode(',',$general_setting->modules)) || in_array('restaurant',explode(',',$general_setting->modules))) {{__('db.Sell Online')}} @endif @if(in_array('restaurant',explode(',',$general_setting->modules))) {{__('db.This is topping')}} @endif @if(in_array('ecommerce',explode(',',$general_setting->modules))) {{__('db.In Stock')}} @endif @if(in_array('ecommerce',explode(',',$general_setting->modules)) || in_array('restaurant',explode(',',$general_setting->modules))) {{__('db.Product Tags')}} For SEO {{ __('Meta Title') }} * {{ __('Meta Description') }} * {{__('db.Related Products')}} Selected Items @endif @if(in_array('restaurant',explode(',',$general_setting->modules))) {{__('db.Extras')}} Selected Extras {{__('db.Kitchen')}} @foreach($kitchen_list as $kitchen) {{$kitchen->name}} @endforeach {{__('db.Menu Type')}} @foreach($menu_type_list as $menu_type) {{$menu_type->name}} @endforeach @endif {{__('db.add_product')}} {{__('db.Add Brand')}} {{__('db.The field labels marked with * are required input fields')}}. {{__('db.Title')}} * {{__('db.Image')}} {{-- {{Form::file('image', array('class' => 'form-control'))}} --}} @if(in_array('ecommerce',explode(',',$general_setting->modules)) || in_array('restaurant',explode(',',$general_setting->modules))) {{ __('For SEO') }} {{ __('Meta Title') }} {{Form::text('page_title',null,array('class' => 'form-control', 'placeholder' => __('db.Meta Title')))}} {{ __('Meta Description') }} {{Form::text('short_description',null,array('class' => 'form-control', 'placeholder' => __('db.Meta Description')))}} @endif {{__('db.submit')}} {!! Form::open(['route' => 'tax.store', 'method' => 'post', 'id' => 'tax-form']) !!} {{__('db.Add Tax')}} {{__('db.The field labels marked with * are required input fields')}}. {{__('db.Tax Name')}} * {{Form::text('name',null,array('required' => 'required', 'class' => 'form-control'))}} {{__('db.Rate')}}(%) * {{Form::number('rate',null,array('required' => 'required', 'class' => 'form-control', 'step' => 'any'))}} {{__('db.submit')}} {{ Form::close() }} @include('backend.unit.add_unit_modal') @endsection @push('scripts')
{{__('db.The field labels marked with * are required input fields')}}.
{{__('db.Featured product will be displayed in POS')}}
{{__('db.Check this if this product will be used in weight scale machine')}}
{{__('db.This feature will not work for product with variants and batches')}}