Flowieons

Main
Workforce
@php $isWorkforceActive = request()->is('employee*') || request()->is('*time-tracking*'); @endphp
Engineering
@php $isProjectsActive = request()->is('project*') || request()->is('task*'); @endphp
Quality
@php $isQAActive = request()->is('qa*') || request()->is('bug*'); @endphp
Rewards
@php $isGamificationActive = request()->is('gamification*'); @endphp
Knowledge
Analytics
System