{{ $settings['hero_badge'] ?? '' }}

{{ $settings['hero_title'] ?? 'ব্য*থামুক্ত জীবন!' }}

{{ $settings['hero_subtitle'] ?? '' }}

{{ $settings['hero_cta'] ?? 'এখনই অর্ডার করুন' }}
😊
{{ $settings['stats_1'] ?? '' }}
🔄
{{ $settings['stats_2'] ?? '' }}
⭐
{{ $settings['stats_3'] ?? '' }}

{{ $settings['review_title'] ?? 'আমাদের কাস্টমার রিভিউ' }}

@foreach($reviews as $r)
⭐ {{str_repeat('⭐',$r->rating-1)}}

{{ $r->review }}

{{ $r->customer_name }}@if($r->video_url)

ভিডিও রিভিউ দেখুন

@endif
@endforeach

{{ $settings['certification'] ?? '' }}

{{ $settings['offer_title'] ?? '' }}

{{ $settings['delivery_text'] ?? '' }}

@if($product)
{{$product->name}}

{{$product->name}}

{{$product->description}}

৳{{$product->regular_price}}
৳{{$product->offer_price}}
এখনই অর্ডার করুন
@endif

{{ $settings['order_title'] ?? 'অর্ডার করুন' }}

@csrf