@extends('admin.layouts.master') @section('title') محتوى المواصفة @endsection @section('styles') @endsection @section('page_header')

عرض جميع محتوى المواصفة {{$attribute->name['ar']}}

@endsection @section('content')

محتوى المواصفة {{$attribute->name['ar']}}

@if(count(\App\Attribute::whereParentId($attribute->id)->whereAttributeType('price')->get()) == 0 )
@endif @if($attribute->attribute_type == "color") @elseif($attribute->attribute_type == "text") @elseif($attribute->attribute_type == "price") @endif @if($data->count()) @foreach( $data as $value ) @if($attribute->attribute_type == "color") @elseif($attribute->attribute_type == "text") @elseif($attribute->attribute_type == "price") @endif @endforeach @endif
# الاسم اللون الاسم من سعر الى سعر المدى @lang('messages.operations')
{{ $i }} {{$value->name['ar'] }} {{ $value->color }} {{$value->name['ar'] }} {{$value->from_price }} {{$value->to_price }} {{$value->range }}
{!! $data->render() !!}
@endsection @section('scripts') @endsection