Last active
March 1, 2019 18:52
-
-
Save bunlongheng/18a022754777da39014c3d3239599211 to your computer and use it in GitHub Desktop.
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 characters
<!DOCTYPE html> | |
<!--[if IE 9 ]><html class="ie9"><![endif]--> | |
<head> | |
@include('layouts.be.meta') | |
@include('layouts.be.links') | |
</head> | |
<body> | |
@include('layouts.be.top-nav') | |
@include('layouts.be.left-nav') | |
<section id="content"> | |
<div class="container"> | |
<div class="card"> | |
{{-- @include('layouts.be.breadcrumbs') --}} | |
@yield('content') | |
</div> | |
</div> | |
</section> | |
@include('layouts.be.scripts') | |
@yield('custom-scripts') | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment