@extends('frontend.layouts.master') @section('meta_description', 'Bangladesh Unbound is your trusted partner for authentic and unforgettable travel experiences across Bangladesh. Discover hidden gems, rich culture, and natural beauty with our expertly curated tours.') @section('meta_keywords', 'Bangladesh Tours, Travel Bangladesh, Tour Company Bangladesh, Day Trip, Sundarban Tour, Sylhet Tours.') @section('canonical_url', 'https://www.bangladeshunbound.com/') @section('title') Bangladesh Unbound | Welcome to Unbound Bangladesh @endsection @section('og_type', 'website') @section('og_title', 'Bangladesh Unbound') @section('og_description', 'Authentic and unforgettable travel experiences across Bangladesh.') @section('og_image', 'https://www.bangladeshunbound.com/assets/img/social-share-banner.jpg') @section('og_url', 'https://www.bangladeshunbound.com/') @section('og_site_name', 'Bangladesh Unbound') @section('x_card', 'summary_large_image') @section('x_title', 'Bangladesh Unbound') @section('x_description', 'Discover hidden gems and explore Bangladesh with our curated travel experiences.') @section('x_image', 'https://www.bangladeshunbound.com/assets/img/social-share-banner.jpg') @section('content')

Checkout

Billing Details

@csrf @method('POST')
@error('first_name')
{{ $message }}
@enderror
@error('last_name')
{{ $message }}
@enderror
@error('address')
{{ $message }}
@enderror
@error('country')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@foreach ($paymentMethods as $paymentMethod)
@error('payment_method_id')
{{ $message }}
@enderror
@endforeach
@endsection @push('scripts') @endpush