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

الصورة الرئيسية

{{--
Set the category thumbnail image. Only *.png, *.jpg and *.jpeg image files are accepted
--}}
تعيين الصورة الرئيسية لموديل التفصيل. تقبل فقط ملفات الصور * .png و * .jpg و * .jpeg

الحالة

اختر حالة النشر لموديل التفصيل
{{-- --}}

بيانات عامة

@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
اسم المطلوب ويوصى بأن يكون مميز.
@endforeach
{{--
Set the product price.
--}}

الوصف

@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
قم بتعيين وصف لموديل التفصيل للحصول على رؤية أفضل.
@endforeach

السعر

{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
يتم احتساب سعر موديل التفصيل بناء على المعادلة (سعر القماش للمتر* عدد أمتار القماش للموديل )+ تكلفة التفصيل للموديل.
{{--
Set the product price.
--}}
يتم تطبيق نسبة الخصم على سعر موديل التفصيل.

@lang('general.small')

{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
حدد سعر موديل التفصيل بعد الخصم.

@lang('general.large')

{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
حدد سعر موديل التفصيل بعد الخصم.

@lang('general.xlarge')

{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
حدد سعر موديل التفصيل بعد الخصم.

صور موديل التفصيل

ارفق صور موديل التفصيل

{{--Upload up to 10 files--}}
قم بتعيين معرض صور موديل التفصيل.

خيارات اضافية للقماش عند الطلب

use_custom_fabrics ? 'checked':''}}/>
ارسال المندوب لاستلام القماش من الزبائن.
use_store_fabrics ? 'checked':''}}/>
تمكين الزبائن من اختيار قماش آخر متوفر في المتجر

أنواع القماش عند الطلب
تمكين الزبائن من اختيار قماش آخر متوفر في المتجر لموديل التفصيل

@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

اضافة أزرار للثوب

has_buttons?'checked':''}}/>
اضافة أزرار للثوب.
{{--
Set the product price.
--}}

خصائص موديل التفصيل

@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
{{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}}
الغاء
@endsection @section('custom_js') @endsection