Commit 6423d631 by Juliper

coba aja gan

parent 492f0e69
<!DOCTYPE html>
<!--
This is a starter template page. Use this page to start your new project from
scratch. This page gets rid of all links and provides the needed markup only.
-->
<html lang="en">
@section('htmlheader')
@include('layouts.partials.htmlheader')
@show
<body>
@include('layouts.partials.mainheader')
@yield('main-content')
@include('layouts.partials.mainfooter')
@include('layouts.partials.scripts')
</body>
</html>
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
*/ */
Route::get('/', function () { Route::get('/', function () {
return view('welcome'); return view('homestay');
}); });
Route::get('test', function(){ Route::get('test', function(){
......
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