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

@@ -2,12 +2,12 @@
<div class="content-header d-print-none">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<div class="col-sm-8">
<h1 class="m-0 text-dark">@yield('contentheader_title', 'Content Title')</h1>
<small>@yield('contentheader_description','Description')</small>
</div><!-- /.col -->
<div class="col-sm-6">
<div class="col-sm-4">
<ol class="breadcrumb float-sm-right small">
<li class="breadcrumb-item"><a href="{{ url('/home'.(isset($ido) ? '/'.$ido->id : '')) }}">Home</a></li>
@isset($breadcrumb)