@extends('layout.store_layout.master') @section('custom_css') @endsection @section('content')
@csrf

@lang('admin.main_image')

{{--
Set the category thumbnail image. Only *.png, *.jpg and *.jpeg image files are accepted
--}}
@lang('general.allowed_files_types',['types'=>'png, jpg, jpeg'])

@lang('admin.status')

@lang('admin.select_the_publication_status_for_the_product')

@lang('admin.general_information')

@foreach(getStoreLanguages() as $language)
code") }}" class="form-control mb-2{{ $errors->has("name.$language->code") ? ' is-invalid' : '' }}"> @if ($errors->has("name.$language->code")) {{ $errors->first("name.$language->code") }} @endif
@lang('admin.name_is_required_and_preferably_be_distinctive')
code") ? ' is-invalid' : '' }}">{{ old("description.$language->code") }}
@if ($errors->has("description.$language->code")) {{ $errors->first("description.$language->code") }} @endif
@lang('admin.set_a_product_description_for_better_visibility')
@endforeach
{{--
Set the product price.
--}}

@lang('admin.price')

{{--
Set the product price.
--}}
@lang('admin.specify_the_product_price_after_the_discount')

@lang('admin.product_images')

>@lang('admin.attach_product_images')

{{--Upload up to 10 files--}}
@lang('admin.set_up_product_gallery')

@lang('admin.stock')

@lang('admin.enter_the_product_quantity')
@lang('admin.allow_customers_to_reserve_the_product_in_case_it_is_out_of_stock')
@lang('admin.activate_deactivate_the_feature_to_hide_the_product_when_the_quantity_runs_out')

@lang('admin.product_features')

@lang('admin.additional_product_options')

@lang('admin.choose_available_colors')
@foreach($colors as $color) @endforeach
@lang('admin.choose_available_sizes')
@foreach($sizes as $size) @endforeach
@lang('admin.choose_available_lengths')
@foreach($lengths as $length) @endforeach
@lang('general.cancel')
@endsection @section('custom_js') @endsection