<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
</head>
<body>
<h2>Booking Confirmation!</h2>
<div>
Dear {!! $name !!}, <br>
{{-- Welcome to {!! $name !!} website! <br> --}}
This is to confirm booking for the trip - {!! $trip !!} <br>
You will be contacted very soon by one of our agents. <br><br>
Regards, <br>
AjalaBot
</div>
</body>
</html>
|