<div class="row wrapper border-bottom white-bg page-heading">
<a class="navbar-minimalize minimalize-styl-2 btn btn-primary pull-left" style="margin-left:0px;margin-top:18px;" href="#"><i class="fa fa-bars"></i> </a>
<div class="col-lg-10 side-section" style="padding-left:0px;">
<h2>{{ $title }}</h2> <ol class="breadcrumb">
@if (!empty($paths)) @for ($i = 0; $i < count($paths); $i++) <li><a href="{{ $paths[$i]["href"] }}">{{ $paths[$i]["title"] }}</a></li> @endfor @else <?php echo Crumbs($menus, $uri) ?> @endif
</ol> </div> </div>