{{ theme()->getView('layout/_page-title') }}
Quick Tools:
@php $ncount = Helper::getNotificationCounts(); $nList = Helper::notificationList(); $eList = Helper::eventNotificationList(); $rList = Helper::releaseNotificationList(); $quickLinks = Helper::getRoleQuickLinks(); $helpPage = Helper::allowedHelpPages(); $nclass = "pulse-ring"; if($ncount == 0){ $nclass = ""; } @endphp @if(count($quickLinks) > 0)
{!! theme()->getSvgIcon("icons/duotune/general/gen008.svg", "svg-icon-1") !!} {{ theme()->getView('partials/topbar/_quick-links-menu', ['quickLinks' => $quickLinks]) }}
@endif
{!! theme()->getSvgIcon("icons/duotune/general/gen022.svg", "svg-icon-1") !!} {{ theme()->getView('partials/topbar/_notifications-menu', ['ncount' => $ncount, 'nList' => $nList, 'eList' => $eList, 'rList' => $rList]) }}
@if($helpPage) @endif @if(request()->is('dashboard*')) @endif