@extends('admin.layouts.app') @section('title', 'Admin Dashboard') @section('content')
{{ $booking->user->name }}
{{ $booking->vehicle_brand }} {{ $booking->vehicle_model }} - {{ $booking->vehicle_plate }}
No recent bookings found.