Created
September 7, 2019 18:57
-
-
Save ffmit/0a27f43de2b5e60c20842f05f8ae521f to your computer and use it in GitHub Desktop.
Contains the basics for a blade based layout master view
This file contains 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 characters
@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