@if ($cartItems->count() > 0) @foreach ($cartItems as $item)
{{ $item->tour_name }}
{{ $item->tour_name }}

{{ $item->tour_duration }}

{{ $item->tour_from_date }} - {{ $item->tour_to_date }}

{{ $item->booking_total_persons }} Persons

@if (!empty($item->booking_no)) Edit Booking @endif
৳ {{ $item->tour_unit_price }}
From ৳ {{ $item->tour_price_per_adult }}
@csrf @method('DELETE')
@endforeach @else

No items in cart

@endif