2020-09-05 23:46:27 +00:00
|
|
|
<div class="app-page-title">
|
|
|
|
<div class="page-title-wrapper">
|
|
|
|
<div class="page-title-heading">
|
2020-09-13 11:30:04 +00:00
|
|
|
@if (trim($__env->yieldContent('page_icon')))
|
2020-09-23 12:14:38 +00:00
|
|
|
<div class="page-title-icon f32">
|
2020-09-13 11:30:04 +00:00
|
|
|
<i class="@yield('page_icon','')"></i>
|
|
|
|
</div>
|
|
|
|
@endif
|
2020-09-05 23:46:27 +00:00
|
|
|
<div>
|
|
|
|
@yield('page_title','Page Title')
|
|
|
|
<div class="page-title-subheading">
|
2020-09-13 11:30:04 +00:00
|
|
|
@yield('page_subtitle','')
|
2020-09-05 23:46:27 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-09-13 11:30:04 +00:00
|
|
|
|
|
|
|
@isset($page_actions)
|
|
|
|
<div class="page-title-actions">
|
|
|
|
{{--
|
2023-03-25 12:33:27 +00:00
|
|
|
<button type="button" data-bs-toggle="tooltip" title="Example Tooltip" data-bs-placement="bottom" class="btn-shadow me-3 btn btn-dark">
|
2023-02-14 10:38:42 +00:00
|
|
|
<i class="fas fa-star"></i>
|
2020-09-05 23:46:27 +00:00
|
|
|
</button>
|
2020-09-13 11:30:04 +00:00
|
|
|
--}}
|
|
|
|
<div class="d-inline-block dropdown">
|
2023-03-25 12:33:27 +00:00
|
|
|
<button type="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn-shadow dropdown-toggle btn btn-info">
|
|
|
|
<span class="btn-icon-wrapper pe-2 opacity-7">
|
2023-02-14 10:38:42 +00:00
|
|
|
<i class="fas fa-business-time fa-w-20"></i>
|
2020-09-13 11:30:04 +00:00
|
|
|
</span>
|
|
|
|
Item Menu
|
|
|
|
</button>
|
2020-09-05 23:46:27 +00:00
|
|
|
|
2020-09-13 11:30:04 +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>
|
2023-03-25 12:33:27 +00:00
|
|
|
<div class="ms-auto badge rounded-pill bg-secondary">86</div>
|
2020-09-13 11:30:04 +00:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
--}}
|
|
|
|
</ul>
|
|
|
|
</div>
|
2020-09-05 23:46:27 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-09-13 11:30:04 +00:00
|
|
|
@endif
|
2020-09-05 23:46:27 +00:00
|
|
|
</div>
|
2023-03-25 12:33:27 +00:00
|
|
|
</div>
|