@php $sideDashboards = ['/home', '/opt']; $sideConsultants = ['/consultants', '/consultants/create', '/consultants/'.Request::segment(2).'/edit', '/consultants/'.Request::segment(2), '/import_consultants', '/consultants_aging']; $sideCalls = ['/calls', '/calls/create', '/calls/'.Request::segment(2).'/edit']; $sideMeetings = ['/meetings', '/meetings/create', '/meetings/'.Request::segment(2).'/edit']; $sideBatch = ['/batch', '/batch/create', '/batch/'.Request::segment(2).'/edit']; $sideCollege = ['/college', '/college/create', '/college/'.Request::segment(2).'/edit']; $sideGuestHouse = ['/guesthouse/create', '/guesthouse', '/guesthouse/allocated', '/guesthouse/nonAllocated', '/guesthouse/'.Request::segment(2).'/edit']; $sideAgreements = ['/agreements', '/send_agreement', '/agreement_returns']; $sideResume = ['/resume_search']; $sideSms = ['/sms']; $sideIncentives = ['/incentive_structures', '/incentive_structures/create', '/incentive_structures/'.Request::segment(2).'/edit', '/incentive_structures/'.Request::segment(2), '/assign_structure', '/create_incentive', '/incentive_requests', '/incentives_yearly']; @endphp