Added custom.js, login redirects to current page, added form-start/form-end and change breadcrumb width

This commit is contained in:
Deon George
2020-01-09 18:44:07 +11:00
parent 8b83990a66
commit f131db31c6
5 changed files with 14 additions and 7 deletions

View File

@@ -13,7 +13,8 @@
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- In case we have input fields in the header -->
@yield('page-form-start')
@include('adminlte::layouts.partials.contentheader')
<!-- Main content -->
@@ -24,6 +25,7 @@
</div>
</section><!-- /.content -->
@yield('page-form-end')
</div><!-- /.content-wrapper -->
@isset($controlsidebar)