@extends('layouts.email') @section('content')
Dear {{ $booking->first_name }} {{ $booking->last_name }},
Your booking has been submitted.
Pick-up Date/Time: {{getDateByFormat($booking->pickup_date)}} ({{getTimeByFormat($booking->pickup_time)}})
Pick-up Location: {{$booking->pickup_location}}
Drop-off Location: {{$booking->drop_location}}
Things to keep in mind:
Thank you for using our services.
Best Regards,
{{$setting->company_name}}