2020-09-01 14:17:33 +00:00
|
|
|
<div class="app-page-title">
|
|
|
|
<div class="page-title-wrapper">
|
|
|
|
<div class="page-title-heading">
|
2021-12-05 05:24:56 +00:00
|
|
|
@if (trim($__env->yieldContent('page_icon')))
|
|
|
|
<div class="page-title-icon f32">
|
|
|
|
<i class="@yield('page_icon','')"></i>
|
|
|
|
</div>
|
|
|
|
@endif
|
2020-09-01 14:17:33 +00:00
|
|
|
<div>
|
|
|
|
@yield('page_title','Page Title')
|
|
|
|
<div class="page-title-subheading">
|
2021-12-05 05:24:56 +00:00
|
|
|
@yield('page_subtitle','')
|
2020-09-01 14:17:33 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-12-05 05:24:56 +00:00
|
|
|
|
|
|
|
@isset($page_actions)
|
|
|
|
<div class="page-title-actions">
|
|
|
|
{{--
|
|
|
|
<button type="button" data-toggle="tooltip" title="Example Tooltip" data-placement="bottom" class="btn-shadow mr-3 btn btn-dark">
|
|
|
|
<i class="fa fa-star"></i>
|
2020-09-01 14:17:33 +00:00
|
|
|
</button>
|
2021-12-05 05:24:56 +00:00
|
|
|
--}}
|
|
|
|
<div class="d-inline-block dropdown">
|
|
|
|
<button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn-shadow dropdown-toggle btn btn-info">
|
|
|
|
<span class="btn-icon-wrapper pr-2 opacity-7">
|
|
|
|
<i class="fa fa-business-time fa-w-20"></i>
|
|
|
|
</span>
|
|
|
|
Item Menu
|
|
|
|
</button>
|
2020-09-01 14:17:33 +00:00
|
|
|
|
2021-12-05 05:24:56 +00:00
|
|
|
<div tabindex="-1" role="menu" aria-hidden="true" class="dropdown-menu dropdown-menu-right">
|
|
|
|
<ul class="nav flex-column">
|
|
|
|
{{--
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="javascript:void(0);" class="nav-link">
|
|
|
|
<i class="nav-link-icon lnr-inbox"></i>
|
|
|
|
<span>Inbox</span>
|
|
|
|
<div class="ml-auto badge badge-pill badge-secondary">86</div>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
--}}
|
|
|
|
</ul>
|
|
|
|
</div>
|
2020-09-01 14:17:33 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-12-05 05:24:56 +00:00
|
|
|
@endif
|
2020-09-01 14:17:33 +00:00
|
|
|
</div>
|
|
|
|
</div>
|