@php $home_route = route('dashboard'); if(isLeasingModule()){ $home_route = route('leasing.dashboard'); } @endphp