@php $item = Cache::get('site_status'); $ecomm_setting = $item ? json_decode($item) : null; $payment_options=DB::table('pos_setting')->first()->payment_options; @endphp @extends('frontend.partials.master') @push('css') @endpush @section('content') @if($errors->any())
@endif
@if(session('error')) @endif
@if($product->name)

{!! $product->name !!} {!! $product->product_details !!}

@endif {{ BanglaText('land_order') }}

@if($product->main_image) @endif

@if($product->after_image_title)

{{ $product->after_image_title }}

@endif

{!! $product->after_image_description !!}

{{ BanglaText('land_order') }} @if($product->feature_title1)
{{ $product->feature_title1 }}
@endif
{!! $product->feature_description1 !!}
@if($product->feature_title2)
{{ $product->feature_title2 }}
@endif
{!! $product->feature_description2 !!}
{{$product->gallary_title}}
{{ $product->video_title }}
{!! html_entity_decode($product->video) !!}
প্রয়োজনে কল করুন- {{ $ecomm_setting->contact }} , {{ $ecomm_setting->contact2 }}
@csrf “{{ $product->name }}” নেয়ার জন্য, নিচের ফর্মটি সম্পূর্ণ পূরণ করুন

{{ $product->name }}

@if($product->is_variant) @foreach($options as $key=>$option) @php $vs = explode(",", $values[$key]); $op = str_replace('"', '', $option); @endphp

{{ $op }}:

@foreach($vs as $i => $v) @php $value = str_replace('"', '', $v); @endphp
@endforeach @endforeach @endif
QTY(pcs)
Billing
@if(isset($product)) @endif
@if(!empty($product)) @if($product->promotion_price != 0) @else @endif @endif
@php $productTotal = ($product->promotion_price != 0) ? $product->promotion_price : $product->price; @endphp @if($productHasFreeShipping)
@else @foreach($charges as $key => $charge)
@endforeach @endif
@if( str_contains($payment_options,'bkash') || str_contains($payment_options,'sslcommerz') || str_contains($payment_options,'cash'))
@if(str_contains($payment_options,'cash'))
@endif @if(str_contains($payment_options,'bkash'))
@endif @if(str_contains($payment_options,'sslcommerz'))
@endif

@endif

{{ $product->name }}

@if($product->is_variant) @foreach($options as $key=>$option) @php $vs = explode(",", $values[$key]); $op = str_replace('"', '', $option); @endphp

{{ $op }}:

@foreach($vs as $i => $v) @php $value = str_replace('"', '', $v); @endphp
@endforeach @endforeach
@endif
QTY(pcs)
{{ $product->name }}
× 1 Tk @if($product->promotion_price != 0) {{ $product->promotion_price }} @else {{ $product->price }} @endif
Shipping Cost Tk0
Subtotal @if(!empty($product)) @if($product->promotion_price != 0) {{ $product->promotion_price }} @else {{ $product->price }} @endif @endif
paid Payment Type
Pay with cash upon delivery.
সকল পণ্য দেখুন
@endsection @push('js') @endpush