Skip to content

Instantly share code, notes, and snippets.

@bulfaitelo
Last active May 3, 2017 13:08
Show Gist options
  • Select an option

  • Save bulfaitelo/1192776d76a0d824b0ed2478f07945be to your computer and use it in GitHub Desktop.

Select an option

Save bulfaitelo/1192776d76a0d824b0ed2478f07945be to your computer and use it in GitHub Desktop.

Revisions

  1. bulfaitelo revised this gist May 3, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion menu.blade.php
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    @extends('app.blade.php')
    @extends('layouts.app')

    @section('menu')
    <ul>
  2. bulfaitelo renamed this gist May 3, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions menu.html → menu.blade.php
    Original 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>
  3. bulfaitelo revised this gist May 3, 2017. 1 changed file with 7 additions and 5 deletions.
    12 changes: 7 additions & 5 deletions menu.html
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    <ul>
    <li><a href="#">HOME</a></li>
    <li><a href="#">Laravel</a></li>
    <li><a href="#">Bulfaitelo</a></li>
    </ul>
    @section('menu')
    <ul>
    <li><a href="#">HOME</a></li>
    <li><a href="#">Laravel</a></li>
    <li><a href="#">Bulfaitelo</a></li>
    </ul>
    @endsection
  4. bulfaitelo created this gist May 3, 2017.
    5 changes: 5 additions & 0 deletions menu.html
    Original 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>