{{-- Dashboard --}}
@php
if(auth()->user()->canAny(['is-admin', 'is-snm'])) {
$dashboardRoute = route('admin.dashboard');
} elseif(auth()->user()->can('is-hdr')) {
$dashboardRoute = route('hdr.dashboard');
} elseif(auth()->user()->can('is-drp')) {
$dashboardRoute = route('drp.dashboard');
} else {
$dashboardRoute = route('home');
}
@endphp
Home
{{-- Contacts --}}
Site Contacts
{{-- Marketing --}}
Marketing
{{-- Customer Support --}}
Customer Support
{{-- Rewards --}}
Customer Rewards
{{-- Brand Sentiment --}}
Brand Sentiment
{{-- Wallet --}}
esWallet