@extends('layouts.admin') @section('title', 'Detail Verifikasi Rental') @section('page_title', 'Detail Verifikasi Rental') @section('content') @if (session('success'))
{{ $rentalCompany->description ?: 'Tidak ada deskripsi.' }}
{{ $rentalCompany->user?->name ?? '-' }}
{{ $rentalCompany->status_verification }}
{{ $rentalCompany->email }}
{{ $rentalCompany->phone }}
{{ $rentalCompany->city }}
{{ $totalVehicles }} / {{ $totalBookings }}
{{ $rentalCompany->address }}
{{ $rentalCompany->rejection_note }}
| Nama | Brand | Plat | Harga/Hari | Total Booking |
|---|---|---|---|---|
| {{ $vehicle->name }} | {{ $vehicle->brand }} | {{ $vehicle->plate_number }} | Rp {{ number_format($vehicle->price_per_day, 0, ',', '.') }} | {{ $vehicle->bookings_count }} |
| Belum ada kendaraan. | ||||