@extends('company.layout.master') @section('title', "تفاصيل المنتج") @section('stylesheets') @stop @section('content')

تفاصيل المنتج

{{-- @include('admin.layout.message')--}}

تفاصيل المنتج

{{--

--}} {{-- --}} {{-- --}} {{-- --}} {{--

--}}
الإسم باللغة العربية الاسم باللغة الإنجليزية القسم رمز المنتج السعر قبل التخفيض السعر بعد التخفيض أن وجد
{{$row->name['ar']}} {{$row->name['en']}} {{$row->category->name['ar']}} {{$row->code}} {{$row->price}} {{$row->discount_price}}
الوصف باللغة العربية الوصف باللغة الإنجليزية سياسة التوصيل باللغه العربية سياسه التوصيل باللغة الانجليزية
{{$row->description['ar']}} {{$row->description['en']}} {{$row->shipping_terms['ar']}} {{$row->shipping_terms['en']}}
العلامات التجارية المدينة عدد القطع في المجموعة اللون النوع الضمان بلد المنشأ
{{$row->mark->name['ar']}} {{$row->city->name['ar']}} {{$row->count_in_group}} {{$row->color->name['ar']}} {{$row->type}} {{$row->warranty}} {{$row->country->name['ar']}}

تفاصيل عامة للمنتج

@if($row->property->tall) @endif @if($row->property->width) @endif @if($row->property->thick) @endif @if($row->property->height) @endif @if($row->property->depth) @endif @if($row->property->capacity) @endif @if($row->property->weight) @endif @if(count($row->usages) > 0 ) @endif @if($row->property->meter_per_box) @endif @if($row->property->volte) @endif @if($row->property->hertz) @endif @if($row->property->ampere) @endif @if($row->property->ohm) @endif @if($row->property->farad) @endif @if($row->property->joule) @endif @if($row->property->watt) @endif @if($row->property->fesh_type) @endif @if($row->property->heat) @endif @if($row->property->burnes_numbers) @endif @if($row->property->other) @endif
العنوان القيمة
الطول {{$row->property->tall}} - {{$row->property->tall_measure}}
الطول {{$row->property->width}} - {{$row->property->width_measure}}
السماكة {{$row->property->thick}} - {{$row->property->thick_measure}}
الإرتفاع {{$row->property->height}} - {{$row->property->height_measure}}
العمق {{$row->property->depth}} - {{$row->property->depth_measure}}
السعة {{$row->property->capacity}} - {{$row->property->capacity_measure}}
الوزن {{$row->property->weight}} - {{$row->property->weight_measure}}
الإستخدامات @foreach($row->usages as $usage) {{$usage->usage}} @endforeach
متر مربع لكل صندوق {{$row->property->meter_per_box}}
الجهد الكهربي {{$row->property->volte}} - Volt
التردد {{$row->property->hertz}} Hertz
التيار الكهربي {{$row->property->ampere}} Ampere
المقاومة {{$row->property->ohm}} Ohm
السعة الكهربية {{$row->property->farad}} farad
الشغل {{$row->property->joule}} joule
القدرة {{$row->property->watt}} watt
نوع الفيش {{$row->property->fesh_type}}
مصدر الحراره {{$row->property->heat}}
عدد الشعلات {{$row->property->burnes_numbers}}
مواصفات أخري {{$row->property->other}}

صور المنتج

@foreach($row->images as $image) @endforeach
@stop