Skip to content

Instantly share code, notes, and snippets.

@bunlongheng
Last active March 1, 2019 18:52
Show Gist options
  • Save bunlongheng/18a022754777da39014c3d3239599211 to your computer and use it in GitHub Desktop.
Save bunlongheng/18a022754777da39014c3d3239599211 to your computer and use it in GitHub Desktop.
<!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