{{__('Other Sellers Of This Product')}}
{{$pricesAll->guarantee}}
@extends('Layouts.frontLayout',['classBody'=>"page-wrapper page-wrapper-page container-max-width show-bottom-nav sticky-tabs"])
@section('title')
{{$data['product']->title}}
@endsection
@section('metaData')
@if(count($data['prices'])>0)
@else
@endif
meta_data->meta_title:''}}">
meta_data->meta_tags:''}}">
meta_data->meta_description:''}}">
meta_data->facebook_meta_data:''}}" >
meta_data->meta_title:''}}" >
meta_data->facebook_meta_description:''}}" >
meta_data->facebook_meta_image:''}}">
meta_data->twitter_meta_data:''}}" >
meta_data->meta_title:''}}" >
meta_data->twitter_meta_description:''}}">
meta_data->twitter_meta_image:''}}">
@endsection
@section('css')
@endsection
@section('content')
@php
$Points=0;
$PointsSum=0;
$PointsRecommend=[];
if(count($data['comments']) !=0) {
$PointsSum = $data['comments']->sum('rating');
$PointsRecommend = $data['comments']->where('recommend',0);
$Points=$PointsSum/count($data['comments']);
}
@endphp
{{$pricesAll->guarantee}} {{$pricesAll->guarantee}}
@if($AttributeValue[0]->attribute_value_id !=0 )
{{implode(',',$AttributeValue->pluck('value')->toArray())}}
@else
{{$AttributeValue[0]->text}}
@endif
{{$data['product']->title}}
{{__('Other Sellers Of This Product')}}
{{__('Buy In Person')}}
{{__('Description')}}
{!!$data['product']->description!!}
{{__('Specification')}}
@foreach($data['categoryAttribute'] as $categoryAttribute)
@if(sizeof($categoryAttribute->attributeAll)>0)
@foreach($categoryAttribute->attributeAll as $attribute)
@php $AttributeValue=\App\Models\AttributeValue::getProductAttributeValue($attribute->id,$data['product']->id); @endphp
@if(sizeof($AttributeValue)>0)
@if($AttributeValue[0]->attribute_value_id ==0 and $AttributeValue[0]->text =='')
@continue
@endif
@endif
@endforeach
@endif
@endforeach
{{$attribute->title}}
{{__('Reviews')}}
{{ $comment->fullname }}
{!! $comment->text !!}