@if (count($basic_attribute_sets) > 0) {{-- {{dd($basic_attribute_sets)}} --}}
@foreach ($basic_attribute_sets as $key => $data)
{{ $main }}
{{ $val }} {{-- --}}


@endforeach
@else @if (isset($attribute_sets['data'])) @foreach ($attribute_sets['data'] as $key => $data)
{{ $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 }}
Ask By {{ $faq->customer_name }}
@if (isset($faq->answer))
A:
{!! $faq->answer !!}
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)

{{ \App\Models\Common::ecomOrFestivalDiscount($similar->special_discount) }}

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