@php $ecomm_setting = DB::table('general_settings')->latest()->first(); $item = Cache::get('site_status'); $setting = $item ? json_decode($item) : null; $generalSetting = App\Models\GeneralSetting::with('facebookPixels')->first(); @endphp {{ $ln_pg->title1 }} @if(!empty($generalSetting->facebookPixels) && $generalSetting->facebookPixels->count()) @foreach ($generalSetting->facebookPixels as $pixel) @endforeach @endif
@if($ln_pg->is_timer)
{!! $ln_pg->timer_title !!}
0 Days
0 Hours
0 Minutes
0 Seconds
@endif
img

{{ $ln_pg->title1 }}

@if($ln_pg->video_url)
@php $url = $ln_pg->video_url; $youtubeId = null; if (preg_match('/(?:youtube\.com\/(?:[^\/]+\/.+\/|(?:v|e(?:mbed)?)\/|.*[?&]v=)|youtu\.be\/)([^"&?\/\s]{11})|youtube\.com\/shorts\/([^"&?\/\s]{11})/', $url, $matches)) { $youtubeId = $matches[1] ?: $matches[2]; } @endphp @if($youtubeId)
@endif
@endif

{{ $ln_pg->feature }}

@foreach($ln_pg->images as $slider)
img
@endforeach

{{ $ln_pg->review_top_text }}

@foreach($ln_pg->review_images as $slider)
img
@endforeach

{{ BanglaText('land_instruction') }}

@csrf
নিচ থেকে আপনার প্রোডাক্ট সিলেক্ট করুন
@foreach($landingProducts as $index=>$pro) @if($pro->product)
product_id . $pro->product->variant_id, $cartProduct) ? 'checked' : '' }}>
Image

{{$pro->product->name}}

@if($pro->product->is_variant) @php $options=str_replace('[','',$pro->product->variant_option); $options=str_replace(']','', $options); $options=explode(",",$options); $values=str_replace('[','',$pro->product->variant_value); $values=str_replace(']','', $values); $values=explode('","',$values); $isFirstProduct = ($index === 0); @endphp @foreach($options as $key=>$option) @php $vs=explode(",",$values[$key]); $op=str_replace('"','',$option); @endphp
@if($key==1)
@endif
@foreach($vs as $i=>$v) @php $value=str_replace('"','',$v); $isChecked = $isFirstProduct && $i == 0 ? 'checked' : ''; @endphp
@endforeach
@endforeach @endif
- +
@if($pro->product->last_date > now() && $pro->product->promotion_price != null)
{{$pro->product->promotion_price}} рз│
@else
{{$pro->product->price}} рз│
@endif
@endif @endforeach

Billing Address

@if(!empty($ln_pg->product)) @if(!empty($ln_pg->product->variation)) @endif @endif @if(!empty($ln_pg->product)) @if($ln_pg->product->promotion_price != 0) @else @endif @endif

Your Order

@if($landingProducts->count() > 0) @include('partials.landing_order_table') @endif