Commit e6d87eec by Palti Sinaga

2

parent 6ceb642d
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
</div> </div>
@endif @endif
</div> </div>
<div class="box-body"> <div class="col-md-4 box-body">
<table class="table table-user-information"> <table class="table table-user-information ">
<tr> <tr>
<th>Nama </th> <th>Nama </th>
<td>: </td> <td>: </td>
......
...@@ -24,8 +24,7 @@ ...@@ -24,8 +24,7 @@
</div> </div>
<div class="col-md-12 col-sm-12 agileits w3layouts contact-grid contact-grid-2" style="background-color: #f3f3f3; <div class="col-md-12 col-sm-12 agileits w3layouts contact-grid contact-grid-2" style="background-color: #f3f3f3;
padding-top: 28px; padding-bottom: 28px; padding-top: 28px; padding-bottom: 28px;">
">
<form action="{{url('cari')}}"> <form action="{{url('cari')}}">
<div class="col-md-2 col-sm-2 agileits w3layouts contact-grid contact-grid-2 "></div> <div class="col-md-2 col-sm-2 agileits w3layouts contact-grid contact-grid-2 "></div>
...@@ -96,9 +95,8 @@ ...@@ -96,9 +95,8 @@
<img src="/img/{{$a->gambar}}" alt="Agileits W3layouts" > <img src="/img/{{$a->gambar}}" alt="Agileits W3layouts" >
</div> </div>
<div class="details-grid-info agileits w3layouts"> <div class="details-grid-info agileits w3layouts">
<h4>{{$a->nama_homestay}}</h4> <a href ="{{url('detailhomestay/'.$a->id)}}" ><h4>{{$a->nama_homestay}}</h4></a>
</div> </div>
<a href ="{{url('detailhomestay/'.$a->id)}}" ><button class="btn btn-primary agileits w3layouts " data-toggle="modal" > LIHAT <span class="glyphicon agileits w3layouts glyphicon-arrow-right" aria-hidden="true"></span></button> </a>
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
</div> </div>
......
...@@ -25,9 +25,8 @@ ...@@ -25,9 +25,8 @@
<img src="/img/{{$a[0]->gambar}}" alt="Agileits W3layouts" > <img src="/img/{{$a[0]->gambar}}" alt="Agileits W3layouts" >
</div> </div>
<div class="details-grid-info agileits w3layouts"> <div class="details-grid-info agileits w3layouts">
<h4>{{$a[0]->nama_homestay}}</h4> <a href ="{{url('detailhomestay/'.$a[0]->id)}}" ><h4>{{$a[0]->nama_homestay}}</h4></a>
</div> </div>
<a href ="{{url('detailhomestay/'.$a[0]->id)}}" ><button class="btn btn-primary agileits w3layouts " data-toggle="modal" > LIHAT <span class="glyphicon agileits w3layouts glyphicon-arrow-right" aria-hidden="true"></span></button> </a>
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
</div> </div>
......
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