Skip to content

Instantly share code, notes, and snippets.

@ffmit
Created September 7, 2019 18:57
Show Gist options
  • Save ffmit/0a27f43de2b5e60c20842f05f8ae521f to your computer and use it in GitHub Desktop.
Save ffmit/0a27f43de2b5e60c20842f05f8ae521f to your computer and use it in GitHub Desktop.
Contains the basics for a blade based layout master view
@include('layout.header')
@include('layout.navbar')
@yield('content')
@include('layout.footer')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment