@extends('admin.layouts.master') @section('title') محتوى المواصفة @endsection @section('styles') @endsection @section('page_header')
| # | @if($attribute->attribute_type == "color")الاسم | اللون | @elseif($attribute->attribute_type == "text")الاسم | @elseif($attribute->attribute_type == "price")من سعر | الى سعر | المدى | @endif@lang('messages.operations') |
|---|---|---|---|---|---|---|---|
| {{ $i }} | @if($attribute->attribute_type == "color"){{$value->name['ar'] }} | {{ $value->color }} | @elseif($attribute->attribute_type == "text"){{$value->name['ar'] }} | @elseif($attribute->attribute_type == "price"){{$value->from_price }} | {{$value->to_price }} | {{$value->range }} | @endif
|