Initial commit
This commit is contained in:
27
resources/views/dealer_layouts/normalheader.blade.php
Normal file
27
resources/views/dealer_layouts/normalheader.blade.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<div class="normalheader small-header">
|
||||
<div class="hpanel">
|
||||
<div class="panel-body">
|
||||
<a class="small-header-action" href="">
|
||||
<div class="clip-header">
|
||||
<i class="fa fa-arrow-up"></i>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<div id="hbreadcrumb" class="pull-right m-t-lg">
|
||||
<ol class="hbreadcrumb breadcrumb">
|
||||
<li><a href="{{ url('organisation') }}">Dashboard</a></li>
|
||||
<!-- <li>
|
||||
<span>Tables</span>
|
||||
</li> -->
|
||||
<li class="active">
|
||||
<span>{{ $page_title }}</span>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<h2 class="font-light m-b-xs">
|
||||
{{ $page_title }}
|
||||
</h2>
|
||||
<!-- <small>Examples of various designs of tables.</small> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user