Commit 4e8fec92 by Juliper

no message

parent 716d1c5e
......@@ -50,6 +50,7 @@
<th> Nama Pemesan </th>
<th> Tanggal Mulai </th>
<th> Tanggal Berakhir </th>
<th> Jumlah Kamar</th>
</tr>
</thead>
<tbody>
......@@ -58,6 +59,7 @@
<td>{{$a->nama_pemesan}}</td>
<td>{{$a->tanggal_mulai}}</td>
<td>{{$a->tanggal_berakhir}}</td>
<td>{{$a->jumlah_kamar}}</td>
</tr>
@endforeach
</tbody>
......
......@@ -55,6 +55,7 @@ Route::get('DataPemesanan', function(){
Route::get('listPemesanan','AdminController@listPesanan');
Route::put('editRoom/{id}','OwnerController@updateRoom');
Route::get('editRoom/{id}','OwnerController@editRoom');
Route::get('daftarKamar','OwnerController@daftarKamar');
Route::get('pesanan','OwnerController@listTransaction');
......
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