<!DOCTYPE html>
<html lang="en-US">
	<head>
		<meta charset="utf-8">
	</head>

	<style type="text/css">
		body{
			padding: 0px;
			margin: 10px;
			    font-size: 11.0pt;
			    font-family: "Arial","sans-serif";
			    color: #000;
			max-width: 800px;
		}
		b{
			font-weight: 700;
		}
		table {
    border-collapse: collapse;
    width: 600px;
    font-size: 11px;
}

table, th, td {
    border: 1px solid #dcd9d9;
    padding-left: 5px;
    padding: 5px;

}
td{

}

td:nth-child(1){
    border-right:none;
}



.page-break {
    page-break-after: always;
}




	</style>
	<body style="font-family: sans-serif;">

<p>
Dear <?php echo $quotation->customer_name; ?>, 
<br>
<br>
Greetings from All Travels Maldives! 
<br>
<br>
On behalf of our team, I would like to take this opportunity to thank you for choosing us as your travel specialist. 
<br>
<br>
With reference to your inquiry, I am pleased to offer you the following for your consideration. 
<br>
<br>
Please reply to this mail with your flight details, nationality and along with an attachment of your visa.
</p>

<img src="<?php echo URL('/media/uploads/images/hotel/size/1140x416/'.AppHelper::hotelThumb($quotation->hotels_id).''); ?>" width="100%" height="auto" style="padding: 0px; margin:0px;">
<div style="height:50px;width: 100%; background-color: #CC9900; padding-top: 0px; margin-top: 0px !Important;">

		

<a href="<?php echo URL(AppHelper::config('hotel_route').'/'.$hotel->type.'/'.$hotel->seo_slug.''); ?>">
		<div style="font-size: 13px; color:#fff; float: right; width: 100px; text-align: center; justify-content: center; border: 1px solid #fff; padding:5px; margin: 10px; font-weight: 200;">
		VIEW RESORT
		</div>
</a>
		<div style="font-size: 15px; color:#fff; float: right; text-align: center; justify-content: center;  padding:5px; margin: 10px; font-weight: 200; text-transform: uppercase;">
		<b><?php echo $quotation->hotel_name; ?></b>
		</div>

		<div style="font-size: 15px; color:#fff; float: left; text-align: left; justify-content: center;  padding:5px; padding-top: 0px; margin-left: 10px; margin-top: 0px; font-weight: 200; text-transform: uppercase;">
			<span style="font-size: 10px;">// DETAILS OF YOUR PACKAGE // </span><br>
		<div style="margin-top: 5px;"><b>
			<?php echo $total_nights; ?> NIGHTS - <?php echo $total_rooms; ?> ROOMS
		</b>
		</div>

		</div>


</div>

<div style="padding: 10px; text-align: left; float: left;">
<?php foreach($quotation->rooms as $room): ?>
<h4  style="padding: 0px; margin: 0px;"><?php echo $room->room_name; ?></h4>
<ul style="padding-top: 0px; margin: 5px;">
	<li>Check-in: <b><?php echo Carbon\Carbon::parse($room->arrival)->format('d M Y'); ?></b> - Check-out: <b><?php echo Carbon\Carbon::parse($room->departure)->format('d M Y'); ?></b></li>
	<li>Total Nights: <b><?php echo $room->nights_count; ?></b></li>
  <li>Room Configuration: <b><?php echo $room->room_configuration; ?></b></li>
  <li>Meal plan: <b><?php echo $room->meal_plan; ?></b></li>
  <li>Transfer Rate: <b><?php echo $room->transfer_rate; ?></b></li>
  <li>Room Rate: <b><?php echo $room->room_rate; ?></b></li>
</ul>
<?php endforeach; ?>

</div>

<div style="float: left; width: 100%;">
<hr>
			<div style="text-align: right; padding: 10px; padding-top: 0px;"> 
				 <span style='font-size: 30.0pt;
    font-family: "Georgia","serif";
    color: #CC9900;'><?php echo number_format($quotation->total_amount, 2, '.', ','); ?></span>
			</div>
<hr>

<div style="text-align: right; padding-right: 10px;">Rate indicates total package price </div>

<div style="padding: 10px; margin-top: 10px; color: #fff; font-weight: 700;
    background: #CC9900;"> 
    BOOK BY TODAY!!
</div>




</div>
<div style="font-size: 12px; float: left; width: 100%;">
	
<?php echo $quotation->terms_and_conditions; ?>


</div>



<div style="float: left; width: 100%;">
<?php echo Auth::user()->signature; ?>

</div>
</body>

</html>