@extends('backend.layout.main') @if(in_array('ecommerce',explode(',',$general_setting->modules))) @push('css') @endpush @endif @section('content') {{trans('file.add_product')}} {{trans('file.The field labels marked with * are required input fields')}}. {{trans('file.Product Type')}} * Standard Combo Digital Service {{trans('file.Product Name')}} * {{trans('file.Product Code')}} * {{trans('file.Barcode Symbology')}} * Code 128 Code 39 UPC-A UPC-E EAN-8 EAN-13 {{trans('file.Attach File')}} * {{trans('file.add_product')}} {{trans('file.Combo Products')}} {{trans('file.product')}} {{trans('file.Quantity')}} {{trans('file.Unit Cost')}} {{trans('file.Unit Price')}} {{trans('file.Brand')}} @foreach($lims_brand_list as $brand) {{$brand->title}} @endforeach {{trans('file.category')}} * @foreach($lims_category_list as $category) {{$category->name}} @endforeach {{trans('file.Product Unit')}} * Select Product Unit... @foreach($lims_unit_list as $unit) @if($unit->base_unit==null) {{$unit->unit_name}} @endif @endforeach {{trans('file.Sale Unit')}} {{trans('file.Purchase Unit')}} {{trans('file.Product Cost')}} * {{trans('file.Product Price')}} * {{trans('file.Wholesale Price')}} {{trans('file.Daily Sale Objective')}} {{trans('file.Alert Quantity')}} {{trans('file.Product Tax')}} No Tax @foreach($lims_tax_list as $tax) {{$tax->name}} @endforeach {{trans('file.Tax Method')}} {{trans('file.Exclusive')}} {{trans('file.Inclusive')}} @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 {{trans('file.Initial Stock')}} {{trans('file.This feature will not work for product with variants and batches')}} {{trans('file.Featured')}} {{trans('file.Featured product will be displayed in POS')}} {{trans('file.Embedded Barcode')}} {{trans('file.Warehouse')}} {{trans('file.qty')}} @foreach($lims_warehouse_list as $warehouse) {{$warehouse->name}} @endforeach {{trans('file.Product Image')}} {{trans('file.Product Details')}} {{trans('file.This product has variant')}} {{trans('file.Option')}} * {{trans('file.Value')}} * {{trans('file.Add More Variant')}} {{trans('file.name')}} {{trans('file.Item Code')}} {{trans('file.Additional Cost')}} {{trans('file.Additional Price')}} {{trans('file.This product has different price for different warehouse')}} {{trans('file.Warehouse')}} {{trans('file.Price')}} @foreach($lims_warehouse_list as $warehouse) {{$warehouse->name}} @endforeach {{trans('file.This product has batch and expired date')}} {{trans('file.This product has IMEI or Serial numbers')}} {{trans('file.Add Promotional Price')}} {{trans('file.Promotional Price')}} {{trans('file.Promotion Starts')}} {{trans('file.Promotion Ends')}} @if (\Schema::hasColumn('products', 'woocommerce_product_id')) {{trans('file.Disable Woocommerce Sync')}} @endif @if(in_array('ecommerce',explode(',',$general_setting->modules))) {{trans('file.Sell Online')}} {{trans('file.In Stock')}} {{trans('file.Track Inventory')}} @endif @if(in_array('ecommerce',explode(',',$general_setting->modules))) {{trans('file.Product Tags')}} For SEO {{ __('Meta Title') }} * {{ __('Meta Description') }} * {{trans('file.Products')}} Selected Items @endif {{trans('file.add_product')}} {{trans('file.Add Brand')}} {{trans('file.The field labels marked with * are required input fields')}}. {{trans('file.Title')}} * {{-- {{Form::text('title',null,array('required' => 'required', 'class' => 'form-control', 'placeholder' => 'Type brand title...'))}} --}} {{trans('file.Image')}} {{-- {{Form::file('image', array('class' => 'form-control'))}} --}} @if(in_array('ecommerce',explode(',',$general_setting->modules))) {{ __('For SEO') }} {{ __('Meta Title') }} {{Form::text('page_title',null,array('class' => 'form-control', 'placeholder' => 'Meta Title...'))}} {{ __('Meta Description') }} {{Form::text('short_description',null,array('class' => 'form-control', 'placeholder' => 'Meta Description...'))}} @endif {{trans('file.submit')}} {!! Form::open(['route' => 'tax.store', 'method' => 'post', 'id' => 'tax-form']) !!} {{trans('file.Add Tax')}} {{trans('file.The field labels marked with * are required input fields')}}. {{trans('file.Tax Name')}} * {{Form::text('name',null,array('required' => 'required', 'class' => 'form-control'))}} {{trans('file.Rate')}}(%) * {{Form::number('rate',null,array('required' => 'required', 'class' => 'form-control', 'step' => 'any'))}} {{trans('file.submit')}} {{ Form::close() }} @endsection @push('scripts')
{{trans('file.The field labels marked with * are required input fields')}}.
{{trans('file.This feature will not work for product with variants and batches')}}
{{trans('file.Featured product will be displayed in POS')}}