Skip to content

Commit ee591e1

Browse files
committed
Frontend: Vue #app needs to end before the footer layout
1 parent 731cc8a commit ee591e1

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

resources/views/layouts/app.blade.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,21 @@
3838

3939
<!-- main body -->
4040
<main class="flex-fill my-3">
41-
@include('partials.flash')
41+
@include('partials.flash')
4242
<div class="row">
4343
<div class="col-sm-12">
44-
@yield('content')
44+
@yield('content')
4545
</div>
4646
</div>
4747
<flash message="{{ session('flash') }}"></flash>
4848
</main>
4949
<!-- main body end -->
5050

51-
@include('layouts.footer')
52-
5351
</div>
52+
<!-- end of Vue -->
53+
54+
@include('layouts.footer')
55+
5456
<!-- Scripts stack -->
5557
@stack('scripts')
5658
<!-- Scripts stack end -->

0 commit comments

Comments
 (0)