@extends('layouts.front_end') @section('title', 'Cart') @section('content')
@if(\Illuminate\Support\Facades\Session::has('reorder_message')) @endif
@if(\Illuminate\Support\Facades\Session::has('re-order-success')) @endif
{{-- --}} @if (isset($language->cart_page_header_title)) {{$language->cart_page_header_title}} @else Shopping Bag @endif
{{-- For Block In Mobile id="cartForDeskTop" --}} {{-- Start Cart --}}
{{--
শপিং ব্যাগ
--}}
@php $totalPrice = 0; @endphp @if($cardBadge['data']['products']) @php $totalPrice = $cardBadge['data']['total_price'] @endphp {{-- --}} @foreach($cardBadge['data']['products'] as $productId => $product) @php $db_product_slug = \App\Models\Backend\ProductInfo\Product::where(['id'=>$product['product_id']])->first(['slug']); $min_order_quantity = $product['minimum_order_quantity']; if($product['is_multiplication'] == 1){ $min_order_quantity = $product['multiplication_value']; } @endphp @endforeach
পণ্যPrice Quantity SUBTOTAL
{{--

--}} @if(strlen($product['Info']['product_name'])>23) {{ substr($product['Info']['product_name'], 0,22).'...' }} @else {{ $product['Info']['product_name'] }} @endif @if(isset($product['Info']['modelData']) && $product['Info']['product_type'] == '1') @php $model_json = json_decode($product['Info']['modelData']);@endphp

@foreach($model_json as $mmodel) @php $mm = (array)$mmodel; @endphp {{$mm['model']}} - {{$mm['qty']}} , @endforeach

@endif
{{--

--}} {{--

Cramond Leopard & Pythong Anorak

65% poly, 35% rayon --}}
@if($currencySymbol) {{ $currencySymbol->symbol }} @endif {{ $product['unit_price'] }}
@if($product['product_type'] != '1')
-
+
@else
@endif

@if($currencySymbol) {{ $currencySymbol->symbol }} @endif {{ $product['total_price'] }}
@else
@if (isset($language->no_product_in_shopping_bag_alert_text)) {{$language->no_product_in_shopping_bag_alert_text}} @else There is no product added by you! @endif
@endif
{{--
--}}
{{-- End Cart --}}
@endsection {{----}}
@push('scripts') @endpush