{!! Form::label('main_category_id', __('item.main_category'), ['class' => 'control-label mb-2']) !!} {!! Form::select('main_category_id', $category, null, [ 'class' => 'form-control __select2_change', 'title' => __('category.select_category'), 'data-target' => '#subCatId', 'data-route' => route('seller.item.get-sub-category'), ]) !!}
{!! Form::label('category_id', __('item.category'), ['class' => 'control-label mb-2']) !!} {!! Form::select('category_id', $subCategory, null, ['class' => 'form-control ', 'id' => 'subCatId', 'title' => __('category.select_sub_category')]) !!}
{!! Form::label('name', __('item.item_name'), ['class' => 'control-label']) !!} {!! Form::text('name', null, ['class' => 'form-control', 'placeholder' => __('item.placeholder_insert_name')]) !!}
{!! Form::label('regular_price', __('item.regular_price'), ['class' => 'control-label']) !!} {!! Form::text('regular_price', null, ['class' => 'form-control', 'placeholder' => __('item.regular_price')]) !!}
{!! Form::label('offer_price', __('item.offer_price'), ['class' => 'control-label']) !!} {!! Form::text('offer_price', null, ['class' => 'form-control', 'placeholder' => __('item.offer_price')]) !!}
{!! Form::label('inside_price', __('item.inside_price'), ['class' => 'control-label']) !!} {!! Form::text('inside_price', null, ['class' => 'form-control']) !!}
{!! Form::label('foodora_price', __('item.foodora_price'), ['class' => 'control-label']) !!} {!! Form::text('foodora_price', null, ['class' => 'form-control']) !!}
{!! Form::label('night_meny_price', __('item.night_meny_price'), ['class' => 'control-label']) !!}
{!! Form::text('night_meny_price', null, ['class' => 'form-control __night_meny_price']) !!}
{!! Form::label('night_meny_inside_price', __('item.night_meny_inside_price'), ['class' => 'control-label']) !!} {!! Form::text('night_meny_inside_price', null, ['class' => 'form-control __night_meny_inside_price']) !!}
{!! Form::label('tax_id', __('item.tax_outside'), ['class' => 'control-label']) !!} {!! Form::select('tax_id', $tax, null, ['class' => 'form-control ', 'title' => __('tax.select_tax')]) !!}
{!! Form::label('tax_inside_id', __('item.tax_inside'), ['class' => 'control-label']) !!} {!! Form::select('tax_inside_id', $tax, null, ['class' => 'form-control ', 'title' => __('tax.select_tax')]) !!}
{!! Form::label('description', __('item.description'), ['class' => 'control-label']) !!} {!! Form::textarea('description', null, ['class' => 'form-control', 'size' => '5x3']) !!}
{!! Form::label('item_info', __('item.information'), ['class' => 'control-label']) !!} {!! Form::textarea('item_info', null, ['class' => 'form-control', 'size' => '5x3']) !!}
{!! Form::label('report_group_id', __('item.report_group_id'), ['class' => 'control-label']) !!} {!! Form::select('report_group_id', zReportGroup(), null, ['class' => 'form-control ']) !!}
{!! Form::file('featured_image', ['class' => 'custom-file-upload-field']) !!}

{!! __('item.feature_image_note') !!}

{!! Form::file('gallery_image[]', ['class' => 'custom-file-upload-field', 'multiple' => 'multiple']) !!}

{!! __('item.gallery_image_note') !!}

@if(!empty(howSpicyIt()))
    @foreach(howSpicyIt() as $spciyKey => $spicyVal)
  • @endforeach
@endif