@php $primaryImagePath = $vehicle->primaryImage?->image_path ?: $vehicle->images->first()?->image_path; $vehicleImage = $vehicle->main_image ? asset('storage/' . $vehicle->main_image) : ($primaryImagePath ? asset('storage/' . $primaryImagePath) : null); @endphp

Kendaraan Dipilih

Data Kendaraan

@if ($vehicleImage) {{ $vehicle->name }} @else
No Image
@endif

{{ $vehicle->name }}

{{ ucfirst($vehicle->status) }}

{{ $vehicle->rentalCompany?->company_name }}

{{ $vehicle->category }} {{ $vehicle->rentalCompany?->city ?? '-' }} Rental terverifikasi
Rp {{ number_format($vehicle->price_per_day, 0, ',', '.') }} / hari