@extends('layouts.mail') @push('css') @endpush @section('content')
Car For Booking {{$booking->car_name}}
Pick-Up {{$booking->pick_up}}
Pick-Up DateTime {{$booking->pick_up_datetime}}
Drop-Off {{$booking->drop_off}}
Drop-Off DateTime {{$booking->drop_off_datetime}}
Name {{$booking->name}}
Email {{$booking->email}}
Phone {{$booking->phone}}
@endsection