Enabled search results and remember sidebar collapse

This commit is contained in:
Deon George
2019-02-18 20:44:17 +11:00
parent 062b1bce8c
commit 91aa1d9378
3 changed files with 49 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
<small>@yield('contentheader_description','Description')</small>
</div><!-- /.col -->
<div class="col-sm-6">
<ol class="breadcrumb float-sm-right">
<ol class="breadcrumb float-sm-right small">
<li class="breadcrumb-item"><a href="{{ url('/home'.(isset($ido) ? '/'.$ido->id : '')) }}">Home</a></li>
@isset($breadcrumb)
@foreach ($breadcrumb as $item => $url)