@hasPermission(['admin.banner.index', 'admin.ad.index', 'admin.coupon.index', 'admin.customerNotification.index'])
@endhasPermission
@hasPermission('admin.banner.index')
@endhasPermission
@hasPermission('admin.ad.index')
@endhasPermission
@hasPermission('admin.coupon.index')
@endhasPermission
@hasPermission('admin.customerNotification.index')
@endhasPermission
@php
use App\Enums\OrderStatus;
$orderStatuses = OrderStatus::cases();
@endphp
@hasPermission('admin.order.index')
@endhasPermission
@if ($businessModel == 'multi')
@hasPermission(['admin.shop.index', 'admin.product.index'])
@endhasPermission
@hasPermission('admin.shop.index')
@endhasPermission
@hasPermission(['admin.product.index'])
@endhasPermission
@endif
@hasPermission(['admin.rider.index', 'admin.customer.index', 'admin.employee.index', 'admin.role.index'])
@endhasPermission
@hasPermission(['admin.rider.index'])
@endhasPermission
@hasPermission(['admin.customer.index'])
@endhasPermission
@hasPermission(['admin.employee.index'])
@endhasPermission
@hasPermission(['admin.role.index'])
@endhasPermission
@hasPermission(['admin.generale-setting.index','admin.business-setting.index','admin.socialLink.index','admin.themeColor.index', 'admin.deliveryCharge.index','admin.ticketissuetype.index','admin.legalpage.index', 'admin.contactUs.index','admin.pusher.index', 'admin.mailConfig.index','admin.paymentGateway.index','admin.sms-gateway.index','admin.firebase.index', 'admin.verification.index'])
@endhasPermission
@hasPermission(['admin.generale-setting.index', 'admin.business-setting.index', 'admin.socialLink.index','admin.themeColor.index', 'admin.deliveryCharge.index','admin.ticketissuetype.index'])
@endhasPermission
@use(App\Models\LegalPage)
@hasPermission(['admin.legalpage.index', 'admin.contactUs.index'])
@endhasPermission
@hasPermission(['admin.pusher.index', 'admin.mailConfig.index', 'admin.paymentGateway.index', 'admin.sms-gateway.index','admin.firebase.index'])
@endhasPermission
@if ($businessModel == 'multi')
@hasPermission(['admin.withdraw.index'])
@endhasPermission
@endif
@hasPermission(['admin.language.index'])
@endhasPermission
@hasPermission(['admin.supportTicket.index', 'admin.support.index'])
@endhasPermission
@hasPermission(['admin.supportTicket.index'])
@endhasPermission
@hasPermission(['admin.support.index'])
@endhasPermission