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