@component('mail::message') # Ride Booked. Dear {{$booking->customer->name}}, Your Vehicle is booked for your journey. Below are the details for your journey. @component('mail::table')
| Vehicle: | {{$booking->vehicle->make}} {{$booking->vehicle->model}} |
| Vehicle Licence Plate: | {{$booking->vehicle->license_plate}} |
| Pickup Time: | {{$booking->pickup_time}} |
| Pickup Address: | {{$booking->pickup_addr}} |
| Destination Address: | {{$booking->dest_addr}} |
| Travellers: | {{$booking->travellers}} |