@yield('h4-page', 'Dashboard')
Eng (US)
English
Notifications
16 New
Server Rebooted
45 min ago
Kelly Portfolio.pdf
670 kb
Licence Expiring Soon
8 hrs ago
👋
samit
Administrator
Profile
Log Out
Dashboard
Permission
{{--
--}}
{{ __('order') }}
report-text
{{ __('reports') }}
{{ __('ReportOrdeDate') }}
{{ __('ReportPopularService') }}
{{ __('ReportPopularProduct') }}
{{ __('ReportPopularPayment') }}
{{--
{{ __('ReportByCustomerOrder') }}
--}}
{{ __('chats') }}
{{ __('product and service') }}
@if (auth()->user() ?->checkPermission('service', auth()->user()?->role?->id)?->view == 1)
{{ __('services') }}
@endif @if (auth()->user() ?->checkPermission('products', auth()->user()?->role?->id)?->view == 1)
{{ __('products') }}
@endif
{{ __('rider and car') }}
@if (auth()->user() ?->checkPermission('car_types', auth()->user()?->role?->id)?->view == 1)
{{ __('cars') }}
@endif @if (auth()->user() ?->checkPermission('riders', auth()->user()?->role?->id)?->view == 1)
{{ __('riders') }}
{{ __('ridersLocation') }}
{{ __('ridersLocationLog') }}
@endif
{{ __('payment') }}
{{ __('users') }}
{{ __('profile') }}
{{--
Account Settings
--}}
{{ __('store') }}
{{ __('units') }}
{{ __('promotions') }}
{{ __('redeemCode') }}
{{ __('setting') }}
{{ __('termsOfService') }}
{{ __('privacyAndPolicy') }}
{{ __('shippingDeliveryType') }}
{{ __('shippingUrgencyLevel') }}
{{ __('settingTime') }}
{{ __('report') }}
Popular Service
Popular Product
Most of payment getway
{{ __('signout') }}
@yield('contents')
{{-- custom --}} @yield('scripts')