Last active
May 3, 2017 13:08
-
-
Save bulfaitelo/1192776d76a0d824b0ed2478f07945be to your computer and use it in GitHub Desktop.
Revisions
-
bulfaitelo revised this gist
May 3, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ @extends('layouts.app') @section('menu') <ul> -
bulfaitelo renamed this gist
May 3, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ @extends('app.blade.php') @section('menu') <ul> <li><a href="#">HOME</a></li> -
bulfaitelo revised this gist
May 3, 2017 . 1 changed file with 7 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ @section('menu') <ul> <li><a href="#">HOME</a></li> <li><a href="#">Laravel</a></li> <li><a href="#">Bulfaitelo</a></li> </ul> @endsection -
bulfaitelo created this gist
May 3, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ <ul> <li><a href="#">HOME</a></li> <li><a href="#">Laravel</a></li> <li><a href="#">Bulfaitelo</a></li> </ul>