@if(isset($attribute_sets['data'])) @if(count($attribute_sets['data']) == 1) @foreach ($attribute_sets['data'] as $key => $data) {{-- {{count($key)}} --}}

@endforeach @else @foreach ($attribute_sets['data'] as $key => $data) {{-- {{count($key)}} --}}
{{$key}}

@endforeach @endif @endif

N.B. Specification may differ with actual product. In that case, Ryans will execute full refund within 5 days.

Details

@if (count($videos) > 0)

Video

@foreach($videos as $video)

{{$video->vdo_title}}

@endforeach
@endif

QUESTION & ANSWER

Customer Questions
@forelse ($lastest_question as $faq)
Q:
{{$faq->question}}
By {{$faq->customer_name}}
@if(isset($faq->answer))
A:
{{$faq->answer}}
By Ryans Computers Ltd. {{' , '. with(new \Carbon\Carbon($faq->updated_at))->format('d M Y') }}
@endif
@empty

No questions asked yet.

@endforelse
Your Question (Please don`t use any links, &, (, ), /, +, $, # Symbols)
@csrf @if(isset($customer->customer_detail->customer_id)) @else @endif

REVIEW

Customer Reviews
@forelse ($comments as $comment)
{!! $comment->review !!}
{!! str_repeat('', $comment->rating) !!}{!! str_repeat('', 5 - $comment->rating) !!} By {{$comment->name}} {{'. '. with(new \Carbon\Carbon($comment->created_at))->format('F, Y') }}
@empty

No reviews given yet.

@endforelse
Your Review
@csrf
@if( count($similar_products) > 0)

Similar Products

{{-- {{count($merged_similar_products)}} --}}
@foreach ($merged_similar_products as $key => $similar)

{{ \Illuminate\Support\Str::limit($similar->product_name , $limit = 42, $end = ' ...') }}

Tk {{number_format(round($similar->product_price2), 0)}} @if($similar->cross_price > 0){{number_format(round($similar->cross_price), 0)}}@endif

@if($similar->special_discount > 0 && $is_discount_hide ==0)

Ecom Discount Tk {{ number_format(round($similar->special_discount), 0) }}

@endif
@csrf @if(\Auth::guard('customer')->check()) @else @endif
@csrf @if(\Auth::guard('customer')->check()) @else @endif
{{-- Sales --}} @if(\Auth::guard('customer')->check()) @if(isset(\Auth::guard('customer')->user()->is_customer) && \Auth::guard('customer')->user()->is_customer == 'salesman') @endif @endif
@endforeach @if ($merged_similar_products->count() > 10) @endif
@endif {{-- Recently viewed --}} {{-- @include('new_design.product_detail.recently-viewed') --}}