左滑臨停
{{-- Slide Button --}}

騎乘中

右滑還車
00:00

{{ $car['licensePlate'] ?? '' }}

@if ($car['batteryPower'] >= 80) Battery Full @elseif ($car['batteryPower'] > 20) Battery Medium @else Battery Low @endif @php $batteryPowerValue = 0; if (!empty($car['batteryPower']) && is_numeric($car['batteryPower'])) { $batteryPowerValue = min(floor($car['batteryPower']), 100); } @endphp {{ $batteryPowerValue }}%
@php $billingDetails = $car['area'][0]; $billingType = $billingDetails['billingType']; $billingBeforeMins = $billingDetails['billingBeforeMins'] ?? 0; $billingBefore = $billingDetails['billingBefore'] ?? 0; $billingMinPrice = $billingDetails['billingMinPrice'] ?? 0; $billing24hrMax = $billingDetails['billing24hrMax'] ?? 0; $billingTimes = $billingDetails['billingTimes'] ?? 0; @endphp @if ($billingType == 'time')

前{{ $billingBeforeMins }}分鐘 {{ $billingBefore }}元, 之後每分鐘價格 {{ $billingMinPrice }}元, 24小時最高上限 {{ $billing24hrMax }}元

@elseif ($billingType == 'count')

每次 {{ $billingTimes }} 元

@else @endif

系統偵測到您未能正常完成還車。請確認車輛位置與還車條件是否符合規定。

若您需要協助,請聯繫我們的客服專線:

{{-- 📞 0800-123-456
{{ $car['area'][0]['phone'] ?? '-' }}
--}} @php $phone = $car['area'][0]['phone'] ?? null; @endphp @if ($phone) 📞 {{ $phone }} @else
-
@endif 點擊號碼即可撥打

請盡快與我們聯繫,以避免帳戶功能暫停或額外費用產生。

{{-- Google Maps API --}} {{-- Riding Info Drag Button --}}