@extends('frontEnd.layouts.master') @section('title', $details->name) @push('seo') @endpush @push('css') @endpush @section('content')
@if ($details->images->count() > 1) @endif

{{ $details->name }}

Tk {{ $variantData[0]['price'] ?? $variantData[0]['price'] }} @if (!empty($variantData[0]['old_price'])) Tk {{ $variantData[0]['old_price'] }} @endif

@php $averageRating = $reviews->avg('ratting'); $filledStars = floor($averageRating); $emptyStars = 5 - $filledStars; @endphp @if ($averageRating >= 0 && $averageRating <= 5) @for ($i=1; $i <=$filledStars; $i++) @endfor @if ($averageRating == $filledStars) {{-- If averageRating is an integer, don't display half star --}} @else @endif @for ($i = 1; $i <= $emptyStars; $i++) @endfor {{ number_format($averageRating, 2) }}/5 @else Invalid rating range @endif See Reviews
@csrf @if ($productcolors->count() > 0)

Color -

@foreach ($productcolors as $index => $procolor)
@endforeach
@endif @if ($productsizes->count() > 0)

Size -

@foreach ($productsizes as $index => $prosize)
@endforeach
@endif @if ($details->pro_unit)
@endif @if ($details->brand)

Brand : {{ $details->brand->name }}

@endif
- +

@for ($i = 1; $i <= 3; $i++) @php $enabled=$settings["product_details_button_{$i}_enable"] ?? 0; $text=$settings["product_details_button_{$i}_text"] ?? "Button {$i}" ; $icon=$settings["product_details_button_{$i}_icon"] ?? 'fa fa-link' ; $link=$settings["product_details_button_{$i}_link"] ?? '#' ; $bgColor=$settings["product_details_button_{$i}_color_background"] ?? '#007bff' ; $textColor=$settings["product_details_button_{$i}_text_color"] ?? '#ffffff' ; @endphp @if ($enabled) {{ $text }} @endif @endfor

@foreach ($shippingcharge as $key => $value) @endforeach
কুরিয়ার ডেলিভারি খরচ
{{ $value->name }}

বিঃদ্রঃ-  দয়া করে ১০০% শিউর হয়ে অর্ডার করবেন।  ছবি এবং বর্ণনার সাথে পণ্যের মিল থাকা সত্যেও আপনি পণ্য গ্রহন করতে না চাইলে কুরিয়ার চার্জ ১৩০ টাকা কুরিয়ার ডেলিভারি ম্যানকে প্রদান করে পণ্য সাথে সাথে রিটার্ন করবেন। পরে কোন কমপ্লেইন/রিটার্ন গ্রহণযোগ্য নয়!  অযথা অর্ডার থেকে বিরত থাকুন, কারন আপনার মোবাইল নাম্বার এড্রেস ডিভাইস আইপি নাম্বার দেখা যায়।

একই ডেলিভারি চার্জে আরো প্রোডাক্ট নিতে ক্লিক করুন

Product Code: {{ $details->product_code }}


{!! $details->description !!}
@if ($details->pro_video)

ভিডিও

@endif
{!! $deliveryRule->description !!}
@if ($reviews->count() > 0)
@foreach ($reviews as $key => $review)

{{ $review->name }}

{{ $review->created_at->format('d-m-Y') }}

{!! str_repeat('', $review->ratting) !!}

{{ $review->review }}

@endforeach
@else

This product has no reviews yet. Be the first one to write a review.

@endif
@endsection @push('script') @push('script') @endpush @endpush