|
@@ -19,12 +19,10 @@
|
|
</head>
|
|
</head>
|
|
<body class="">
|
|
<body class="">
|
|
@include('layouts.partial.nav')
|
|
@include('layouts.partial.nav')
|
|
- <main class="">
|
|
|
|
|
|
+ <main id="content">
|
|
@yield('content')
|
|
@yield('content')
|
|
</main>
|
|
</main>
|
|
- <div class="align-items-end">
|
|
|
|
- @include('layouts.partial.footer')
|
|
|
|
- </div>
|
|
|
|
|
|
+ @include('layouts.partial.footer')
|
|
<script type="text/javascript" src="{{ asset('js/app.js') }}"></script>
|
|
<script type="text/javascript" src="{{ asset('js/app.js') }}"></script>
|
|
@stack('scripts')
|
|
@stack('scripts')
|
|
</body>
|
|
</body>
|