Skip to content

Instantly share code, notes, and snippets.

@bulfaitelo
Last active May 3, 2017 13:08
Show Gist options
  • Save bulfaitelo/1192776d76a0d824b0ed2478f07945be to your computer and use it in GitHub Desktop.
Save bulfaitelo/1192776d76a0d824b0ed2478f07945be to your computer and use it in GitHub Desktop.
@extends('layouts.app')
@section('menu')
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#">Laravel</a></li>
<li><a href="#">Bulfaitelo</a></li>
</ul>
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment