This commit is contained in:
2025-01-12 20:28:14 +08:00
parent 88a29a05b9
commit 7eeab87862
-12
View File
@@ -6,18 +6,6 @@
<div class="col-md-6"> <div class="col-md-6">
<h1 class="text-center">Book {{ listing.title }}</h1> <h1 class="text-center">Book {{ listing.title }}</h1>
<form method="POST"> <form method="POST">
<div class="mb-3">
<label for="name" class="form-label">Full Name</label>
<input type="text" class="form-control" id="name" name="name" required>
</div>
<div class="mb-3">
<label for="email" class="form-label">Email</label>
<input type="email" class="form-control" id="email" name="email" required>
</div>
<div class="mb-3">
<label for="phone" class="form-label">Phone</label>
<input type="text" class="form-control" id="phone" name="phone" required>
</div>
<div class="mb-3"> <div class="mb-3">
<label for="check_in" class="form-label">Check-in Date</label> <label for="check_in" class="form-label">Check-in Date</label>
<input type="date" class="form-control" id="check_in" name="check_in" required> <input type="date" class="form-control" id="check_in" name="check_in" required>