home
/
zktecojo
/
public_html
/
app
/
views-feb 24
/
frontend
/
emails
➕ New
📤 Upload
✎ Editing:
bookNow.blade.php
← Back
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8"> </head> <body> <table cellpadding="5" cellspacing="0" width="500" style="border:1px solid #ccc; font-size:12px; font-family:Arial, Helvetica, sans-serif;"> <thead> <tr align="center"><td colspan="2"><img src="{{ asset('assets/images/logo.png') }}"></td></tr> <tr bgcolor="#d43c27"><td colspan="2" style="border-top:1px solid #ccc; color:#fff;"><strong>Contact Details</strong></td></tr> </thead> <tbody> <?php if($bookType==1){ ?> <h3>{{ Lang::get('messages.book_your_trip'); }}</h3> <?php }else{ ?> <h3>{{ Lang::get('messages.book_a_hotel'); }}</h3> <?php }?> <tr bgcolor="#f0f0f0"><td width="200">Name</td> <td width="300">{{ $name }} </td> </tr> <tr bgcolor="#cccccc"><td>Email</td> <td>{{ $email }}</td></tr> <tr bgcolor="#f0f0f0"><td width="200">phone</td> <td width="300">{{ $phone }} </td> </tr> <tr bgcolor="#cccccc"><td>country</td><td>{{ $country }}</td></tr> <tr bgcolor="#f0f0f0"><td width="200">Check In Date</td> <td width="300">{{ $checkIn }} </td> </tr> <tr bgcolor="#cccccc"><td>Check Out Date</td><td>{{ $checkOut }}</td></tr> <tr bgcolor="#f0f0f0"><td width="200">Adult</td> <td width="300">{{ $adult }} </td> </tr> <tr bgcolor="#cccccc"><td>Child</td><td>{{ $child }}</td></tr> <?php if(!empty($Trip)){?> <tr bgcolor="#f0f0f0"><td>Selected Trips</td> <td><?php foreach($Trip as $key => $value){ echo $value .',' ; } ?></td> </tr> <?php } ?> <tr bgcolor="#d43c27" align="center"> <td colspan="2" style="color:#fff;"> Knight Tours</td> </tr> </tbody> </table> </body> </html>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel