-
{{ user()->username }}
-
@php
$notificationRoutes = [
"partner.notifications.index",
"partner.notifications.markAsRead",
];
@endphp
@if(isMenuGroupShow($notificationRoutes))
-
@endif
@php
$routes = [
"partner.myDistributors",
];
@endphp
@if(isMenuGroupShow($routes))
-
@endif
@php
$rolesRoute = [
'partner.roles.index',
'partner.roles.create',
'partner.roles.store',
'partner.roles.edit',
'partner.roles.show',
'partner.roles.update',
'partner.roles.destroy',
'partner.users.index',
'partner.users.create',
'partner.users.store',
'partner.users.edit',
'partner.users.show',
'partner.users.update',
'partner.users.destroy',
];
@endphp
@if(isMenuGroupShow($rolesRoute))
-
@if(isRouteExists('partner.roles.index'))
- All Role
@endif
@if(isRouteExists('partner.users.index'))
- All Users
@endif
@endif
@if (isRouteExists("partner.stores.storeGoogleMapView"))
- Stores in Map
@endif
{{-- Partner Start --}}
{{-- -
--}}