@extends('frontend.layouts.master') @section('meta_description', 'Review your selected tours and packages - Bangladesh Unbound Shopping Cart.') @section('meta_keywords', 'cart, booking, tours, Bangladesh, travel, shopping cart.') @section('canonical_url', 'https://www.bangladeshunbound.com/') @section('title') Shopping Cart - Bangladesh Unbound @endsection @section('og_type', 'website') @section('og_title', 'Shopping Cart - Bangladesh Unbound') @section('og_description', 'Review your selected tours and packages.') @section('og_image', "{{ asset('frontend/img/logo/logo_rec.png') }}") @section('og_url', 'https://www.bangladeshunbound.com/cart') @section('og_site_name', 'Bangladesh Unbound') @section('x_card', 'summary_large_image') @section('x_title', 'Bangladesh Unbound') @section('x_description', 'Review your selected tours and packages.') @section('x_image', "{{ asset('frontend/img/logo/logo_rec.png') }}") @section('content')

Cart

Your Selected Tours

@include('frontend.cart.partials.cart-card')

Order Summary

Subtotal ({{ $totalItems }} items): ৳ {{ $cartItems->sum('booking_total_payable_amount') ?? 0 }}

Total: ৳ {{ $cart->total_payable_amount ?? 0 }}
Secure checkout with SSL encryption
{{-- Axios for coupon apply --}} @endsection