@extends('front.layouts.default') @section('content')
Duration
👥 Guests
Inventory
Available Bikes
Select quantities from the cards below.
@php $regularBikes = $inventories->filter(fn($item) => $item->bikeType->is_addon == 0); @endphp @forelse ($regularBikes as $item) @php $rp = $bikeRentalPrices[$item->bikeType->id] ?? null; @endphp
{{ $item->bikeType->name }}

{{ $item->bikeType->name }} | {{ $item->bikeType->type }}

${{ number_format($rp->one_hour_price ?? 0, 2) }}

Quantity ({{ $item->qty }})

-
0
+
@empty

No regular bikes added yet.

@endforelse
Extras
Add On
Optional add-ons for the ride.
@php $addonBikes = $inventories->filter(fn($item) => $item->bikeType->is_addon == 1); @endphp @forelse ($addonBikes as $item) @php $rp = $bikeRentalPrices[$item->bikeType->id] ?? null; @endphp
Bike

{{ $item->bikeType->name }} | {{ $item->bikeType->type }}

{{ $item->bikeStore->store_name }}

${{ number_format($rp->one_hour_price ?? 0, 2) }}

Quantity ({{ $item->qty }})

-
0
+
@empty

No add-on bikes added yet.

@endforelse
Summary

Selected Bikes

    Schedule

    Select a time slot*






    Promo Promo
    Best Bike - Tag Along Bike - Child Seat - Bike Trailer