@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('admin.allow_customers_to_choose_another_fabric_available_in_the_store')

@lang('admin.status')

@lang('admin.select_the_publishing_status_for_the_detail_model')
{{-- --}}

@lang('admin.general_information')

@foreach(getStoreLanguages() as $language)
code",($clothing_model->translate($language->code)?$clothing_model->translate($language->code)->name:'')) }}" 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')
@endforeach
{{--
Set the product price.
--}}

@lang('admin.the_description')

@foreach(getStoreLanguages() as $language)
code") ? ' is-invalid' : '' }}">{!! old("description.$language->code",($clothing_model->translate($language->code)?$clothing_model->translate($language->code)->description:'')) !!}
@if ($errors->has("description.$language->code")) {{ $errors->first("description.$language->code") }} @endif
@lang('admin.set_a_description_for_the_detail_model_for_better_visibility')
@endforeach

@lang('admin.price')

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

@lang('general.small')

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

@lang('general.large')

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

@lang('general.xlarge')

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

@lang('admin.detailed_model_photos')

@lang('adminattach_photos_of_the_detailed_model')

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

@lang('admin.additional_fabric_options_upon_request')

use_custom_fabrics ? 'checked':''}}/>
@lang('admin.sending_a_representative_to_receive_the_fabric_from_the_customers')
use_store_fabrics ? 'checked':''}}/>
@lang('admin.allow_customers_to_choose_another_fabric_available_in_the_store')

@lang('admin.fabric_types_upon_request')
@lang('admin.allow_customers_to_choose_another_fabric_available_in_the_store_for_the_tailoring_model')

@foreach($clothing_model->fabricTypes as $fabricType)
Pic
{{$fabricType->name}}
@if(!$fabricType->has_discount) {{ number_format($fabricType->discount_price,config('app.store')->country->decimal_points)}} @else {{number_format($fabricType->discount_price,config('app.store')->country->decimal_points)}} {{number_format($fabricType->price,config('app.store')->country->decimal_points)}} @endif
@endforeach

@lang('admin.add_buttons_to_the_dress')

has_buttons?'checked':''}}/>
@lang('admin.add_buttons_to_the_dress')
{{--
Set the product price.
--}}

@lang('admin.detail_model_properties')

@php $pp = 0; @endphp
@foreach($clothing_model->properties as $cmProperty)
@php $pl = 0; @endphp @foreach(getStoreLanguages() as $language)
@php $pl++; @endphp
@endforeach
@php $pp++; @endphp @endforeach
{{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}}
@lang('general.cancel')
@endsection @section('custom_js') @endsection