Commit 4789f46f by Juliper

no message

parent 4ba1355e
......@@ -57,31 +57,6 @@
</div>
</div>
<!-- Booking -->
<div class="details agilets w3layouts" style="margin-bottom:0px; margin-top:0px;">
<h2 > Daftar Pesanan di {{$data->nama_homestay}}</h2>
<div class="container">
<table class="table table-hover " style="background-color: white; margin-top:20px;">
<thead>
<tr>
<th style="color:white;"> Tanggal Mulai </th>
<th style="color:white;"> Tanggal Berakhir </th>
<th style="color:white;"> Jumlah Kamar</th>
</tr>
</thead>
<tbody>
@foreach($daftarBook as $a)
<tr>
<td>{{$a->tanggal_mulai}}</td>
<td>{{$a->tanggal_berakhir}}</td>
<td>{{$a->jumlah_kamar}}</td>
</tr>
@endforeach
</tbody>
</table>
</div>
</div>
<!-- Informations -->
<div class="cuisines agileits w3layouts">
<div class="container">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment