@extends('front.layouts.default') @section('content') 📅 Date ⏱ Duration 1 hour 2 hours 3 hours 👥 Guests 1 Person 2 Persons 3 Persons 4 Persons 5 Persons 6 Persons 7 Persons 8 Persons 9 Persons 10 Persons 11 Persons 12 Persons 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->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 {{ $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* Payment Option* Pay Online in Full Pay by Cash Name* E-Mail* Confirm E-Mail* Address* City* State Zip Code* Country* Select @foreach ($countries as $country) code == @request()->user->country ? 'selected' : '' }}> {{ $country->nicename }} @endforeach Phone* @foreach ($countries as $country) +{{ $country->phonecode }} @endforeach Confirm Phone* @foreach ($countries as $country) +{{ $country->phonecode }} @endforeach Name on Card* Card Number* Exp Month* @foreach (['01','02','03','04','05','06','07','08','09','10','11','12'] as $month) {{ $month }} @endforeach Exp Year* @for ($year = intval(date('Y')); $year <= intval(date('Y')) + 10; $year++) {{ $year }} @endfor Surcharge: 0 Book Now - $0 * Total amount is . Due amount after booking is to be payable on site. Best Bike - Tag Along Bike - Child Seat - Bike Trailer Call Skype Viber Whatsapp Need Help? {{ env('ADMIN_PHONE') }} Select a Bike Store
{{ $item->bikeType->name }} | {{ $item->bikeType->type }}
${{ number_format($rp->one_hour_price ?? 0, 2) }}
Quantity ({{ $item->qty }})
{{ $item->bikeStore->store_name }}