@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
--}}
تعيين الصورة الرئيسية لموديل التفصيل. تقبل فقط ملفات الصور * .png و * .jpg و * .jpeg

@lang('admin.status')

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

@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')
@endforeach
{{--
Set the product price.
--}}

@lang('admin.the_description')

@foreach(getStoreLanguages() as $language)
code") ? ' is-invalid' : '' }}">{{ old("description.$language->code") }}
@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')

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

@lang('admin.add_buttons_to_the_dress')

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

@lang('admin.detail_model_properties')

{{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}}
@lang('general.cancel')
@endsection @section('custom_js') @endsection