Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pa2d4ti06
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Juliper
pa2d4ti06
Commits
6423d631
Commit
6423d631
authored
May 05, 2017
by
Juliper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coba aja gan
parent
492f0e69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
22 deletions
+1
-22
master.blade.php
resources/views/layouts/master.blade.php
+0
-21
web.php
routes/web.php
+1
-1
No files found.
resources/views/layouts/master.blade.php
deleted
100644 → 0
View file @
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>
routes/web.php
View file @
6423d631
...
...
@@ -12,7 +12,7 @@
*/
Route
::
get
(
'/'
,
function
()
{
return
view
(
'
welcome
'
);
return
view
(
'
homestay
'
);
});
Route
::
get
(
'test'
,
function
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment