Commit 6cf23924 by Juliper

no message

parent 42e4f27b
......@@ -68,7 +68,7 @@
<div class="col-md-4 col-sm-4 details-grid details-grid-2 wow agileits w3layouts slideInUp">
<div class="details-grid2 agileits w3layouts">
<div class="details-grid-image agileits w3layouts" >
<img src="{{asset('img/project-6.jpg')}}" alt="Agileits W3layouts" >
<img src="/img/{{$a->gambar}}" alt="Agileits W3layouts" >
</div>
<div class="details-grid-info agileits w3layouts">
<h3>{{$a->nama}}</h3>
......
......@@ -13,7 +13,6 @@ use App\Homestay;
Route::get('/', function () {
$data = Homestay::all();
//dd($data);
return view('index')->with('data',$data);
});
......
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