Skip to content

Instantly share code, notes, and snippets.

@jjab2020
Created October 11, 2019 02:56
Show Gist options
  • Save jjab2020/0c007a90971da781e98eadf2a6ab4105 to your computer and use it in GitHub Desktop.
Save jjab2020/0c007a90971da781e98eadf2a6ab4105 to your computer and use it in GitHub Desktop.
<html lang="en">
<head>
@include('layouts.header')
</head>
<body id="page-top">
<!-- Page Wrapper -->
<div id="wrapper">
@include('layouts.sidebar')
<!-- Content Wrapper -->
<div id="content-wrapper" class="d-flex flex-column">
<!-- Main Content -->
<div id="content">
@include('layouts.navbar')
<!-- Begin Page Content -->
<div class="container-fluid">
@yield('content')
</div>
<!-- /.container-fluid -->
</div>
<!-- End of Main Content -->
@include('layouts.footer')
</div>
<!-- End of Content Wrapper -->
</div>
<!-- End of Page Wrapper -->
@include('layouts.js')
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment