Skip to content

Commit ac8e269

Browse files
committed
wip
1 parent a66d33e commit ac8e269

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/views/index.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,13 @@
4343
@yield('content')
4444
</div>
4545
{!! Admin::script() !!}
46+
{!! Admin::html() !!}
4647
</div>
4748

4849
@include('admin::partials.footer')
4950

5051
</div>
5152

52-
{!! Admin::html() !!}
53-
5453
<button id="totop" title="Go to top" style="display: none;"><i class="fa fa-chevron-up"></i></button>
5554

5655
<script>

0 commit comments

Comments
 (0)