@extends('layouts.front') @section('title', 'Checkout - ToursTravel Kenya') @section('page') @include('partials.navbar') Home Cart Checkout Secure Checkout Personal Information Fill in your details to complete the booking @csrf First Name * @if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif Last Name * @if ($errors->has('lastname')) {{ $errors->first('lastname') }} @endif Phone Number * @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif Email Address * @if ($errors->has('email')) {{ $errors->first('email') }} @endif Your Package Tour booking details Tour Total {{ $destinations->title }} {{ $destinations->pricing }} Subtotal {{ $destinations->pricing }} Total {{ $destinations->pricing }} Can't wait to start your vacation? Proceed to Pay Secure payments powered by Stripe @include('partials.footer') @endsection
Fill in your details to complete the booking
Tour booking details
Can't wait to start your vacation?