@php $faviconVal = \App\Models\Setting::getVal('favicon'); $siteName = \App\Models\Setting::getVal('site_name', 'SwiftCart'); $rawGallery = is_array($landingPage->gallery_images) ? array_values(array_filter($landingPage->gallery_images)) : []; $shareImg = (!empty($rawGallery) && isset($rawGallery[0])) ? asset($rawGallery[0]) : ($landingPage->hero_banner ? asset($landingPage->hero_banner) : asset(\App\Models\Setting::getVal('site_logo', ''))); $pageDesc = $landingPage->hero_subheadline ?? 'অফিসিয়াল ডিসকাউন্টে সেরা দামে এখনই অর্ডার করুন। ক্যাশ অন ডেলিভারি সুবিধা!'; @endphp @if(!empty($faviconVal)) @endif {{ $landingPage->title }} - {{ $siteName }}
@if(\App\Models\Setting::getVal('site_logo')) {{ \App\Models\Setting::getVal('site_name', 'ProlificSquare') }} @else {{ \App\Models\Setting::getVal('site_name', 'ProlificSquare') }} @endif
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@if($landingPage->hero_headline || $landingPage->hero_subheadline)
@if($landingPage->hero_headline)

{{ $landingPage->hero_headline }}

@endif @if($landingPage->hero_subheadline)

{{ $landingPage->hero_subheadline }}

@endif
@endif @if($landingPage->video_url) @php $heroVidId = null; if (preg_match('/(?:youtube\.com\/(?:[^\/]+\/.+\/|(?:v|e(?:mbed)?|shorts)\/|.*[?&]v=)|youtu\.be\/)([^"&?\/ ]{11})/', $landingPage->video_url, $m)) { $heroVidId = $m[1]; } $isAutoplay = $landingPage->video_autoplay ?? true; $ratio = $landingPage->video_ratio ?? '16:9'; // Enables native controls (time bar, seek, full screen) while keeping clean aesthetic $autoParam = $isAutoplay ? 'autoplay=1&mute=0' : 'autoplay=0&mute=0'; $heroAutoplayUrl = $heroVidId ? "https://www.youtube-nocookie.com/embed/{$heroVidId}?{$autoParam}&controls=1&rel=0&modestbranding=1&enablejsapi=1&fs=1&playsinline=1&loop=1&playlist={$heroVidId}" : $landingPage->video_url; // Container aspect ratio class $containerClass = 'max-w-4xl aspect-video'; if ($ratio === '9:16') { $containerClass = 'max-w-full sm:max-w-[400px] aspect-[9/16] min-h-[480px] sm:min-h-[640px]'; } elseif ($ratio === '1:1') { $containerClass = 'max-w-md aspect-square'; } @endphp
@elseif($landingPage->hero_banner)
{{ $landingPage->title }}
@endif @if(!empty($rawGallery) && count($rawGallery) > 0)
প্রোডাক্টের অরিজিনাল ছবি (ক্লিক করে ফুল HD জুম দেখুন):
{{ $landingPage->title }} Preview
ফুল স্ক্রিন HD জুম দেখতে ক্লিক করুন
@foreach($landingPage->gallery_images as $gIndex => $gImg) @endforeach
@endif @if($primaryProduct)
@if($primaryProduct->discount_price) ৳{{ number_format($primaryProduct->discount_price, 0) }} ৳{{ number_format($primaryProduct->price, 0) }} ডিসকাউন্ট অফার @else ৳{{ number_format($primaryProduct->price, 0) }} @endif
অর্ডার করতে এখানে ক্লিক করুন
@endif
@if(!empty($landingPage->features))

কেন এই প্রোডাক্টটি নিবেন?

@foreach($landingPage->features as $feat)
{{ $feat }}
@endforeach
@endif

অর্ডার করতে নিচের ফর্মটি সঠিক তথ্যে পুরণ করুন

ক্যাশ অন ডেলিভারিতে কোনো অগ্রিম টাকা ছাড়া অর্ডার কনফার্ম করুন

@csrf @if($primaryProduct)
{{ $primaryProduct->name }}

{{ $primaryProduct->name }}

@if($primaryProduct->discount_price) ৳{{ number_format($primaryProduct->price, 0) }} @endif
@php $delMode = \App\Models\Setting::getVal('delivery_system_mode', 'simple'); $delInside = (float)\App\Models\Setting::getVal('delivery_inside_dhaka', 60); $delOutside = (float)\App\Models\Setting::getVal('delivery_outside_dhaka', 120); @endphp @if($delMode === 'simple')
@endif
পণ্য মূল্য:
ডেলিভারি চার্জ ():
সর্বমোট মূল্য:
@endif

@if($delMode !== 'simple')
@endif

@if(($paymentSettings['enable_cod'] ?? '1') == '1') @endif @if(($paymentSettings['enable_manual_bkash'] ?? '1') == '1') @endif @if(($paymentSettings['enable_manual_nagad'] ?? '1') == '1') @endif @if(($paymentSettings['enable_bkash_direct'] ?? '1') == '1') @endif @if(($paymentSettings['enable_sslcommerz'] ?? '1') == '1') @endif @if(($paymentSettings['enable_manual_rocket'] ?? '1') == '1') @endif

নিচের নম্বরে সর্বমোট মূল্য পাঠিয়ে আপনার নম্বর ও Transaction ID লিখুন:

@if($landingPage->guarantee_text)
{{ $landingPage->guarantee_text }}
@endif

আপনার অর্ডার প্রসেস হচ্ছে...

অনুগ্রহ করে কয়েক সেকেন্ড অপেক্ষা করুন, রিডাইরেক্ট করা হচ্ছে।

১০০% নিরাপদ অর্ডার সিস্টেম
@if($landingPage->description || ($primaryProduct && $primaryProduct->description))

প্রোডাক্টের বিস্তারিত বিবরণ (Full Overview)

@if($landingPage->description) {!! $landingPage->description !!} @elseif($primaryProduct && $primaryProduct->description) {!! $primaryProduct->description !!} @endif
@endif @if(!empty($landingPage->customer_reviews)) @php $allReviewImages = []; foreach($landingPage->customer_reviews as $rev) { if (!empty($rev['images']) && is_array($rev['images'])) { foreach($rev['images'] as $img) { if(!empty($img)) $allReviewImages[] = $img; } } elseif (!empty($rev['image'])) { $allReviewImages[] = $rev['image']; } } // Multiply review images array so scrolling is seamlessly continuous without visible jump back $loopReviewImages = []; if (count($allReviewImages) > 0) { $repeatCount = count($allReviewImages) < 6 ? 6 : 3; for($r=0; $r < $repeatCount; $r++) { foreach($allReviewImages as $img) { $loopReviewImages[] = $img; } } } @endphp @if(count($loopReviewImages) > 0)

কাস্টমারদের রিভিউ ও সন্তুষ্টি (Customer Reviews)

প্রোডাক্ট ব্যবহারকারীদের বাস্তব মতামত ও অরিজিনাল ছবি নিচে দেখুন (ক্লিক করে ফুল HD জুম দেখুন)

@foreach($loopReviewImages as $rIndex => $rImg)
Customer Review Screenshot {{ $rIndex + 1 }}
জুম দেখুন
@endforeach
@endif @endif @if($landingPage->show_related_products && $relatedProducts->count() > 0)

অন্যান্য জনপ্রিয় প্রোডাক্টসমূহ

কার্ট করে একসাথে অর্ডার করার সুবিধা
@foreach($relatedProducts as $relProduct)
{{ $relProduct->name }}

{{ $relProduct->name }}

@if($relProduct->discount_price) ৳{{ number_format($relProduct->discount_price, 0) }} ৳{{ number_format($relProduct->price, 0) }} @else ৳{{ number_format($relProduct->price, 0) }} @endif
@endforeach
@endif
মূল্য:
অর্ডার ফর্ম