@extends('layouts.front') @section('title', 'Shopping Cart - ToursTravel Kenya') @section('page') @include('partials.navbar')

Your Cart

Product
Price
Quantity
Total
{{ $destinations->title }}
{{ $destinations->title }}
{{ $destinations->category->name ?? 'Safari Tour' }}
{{ $destinations->pricing }}
{{ $destinations->pricing }}
Continue Shopping
@csrf @method('DELETE')
Order Summary

Subtotal {{ $destinations->pricing }}
Taxes & Fees Included

Total {{ $destinations->pricing }}
Proceed to Checkout
@include('partials.footer') @endsection