@include('home.navbar') @php $imagePath = $booking->vehicle->main_image ? asset('storage/' . $booking->vehicle->main_image) : ($booking->vehicle->primaryImage?->image_path ? asset('storage/' . $booking->vehicle->primaryImage->image_path) : null); @endphp
← Kembali ke Detail Booking

Beri Ulasan

Ulasan Anda membantu customer lain mengambil keputusan dengan lebih baik.

@if ($imagePath) {{ $booking->vehicle->name }} @endif
{{ $booking->vehicle->name }}
{{ $booking->vehicle->rentalCompany?->company_name }}
{{ $booking->booking_code }} | {{ $booking->pickup_date->format('d M Y') }} - {{ $booking->return_date->format('d M Y') }}
@csrf
@error('rating') {{ $message }} @enderror
@error('review') {{ $message }} @enderror
Batal
@include('home.footer')