@php
use \Nwidart\Modules\Facades\Module;
@endphp
@hasPermission(['shop.pos.index', 'shop.pos.draft', 'shop.pos.sales'])
@endhasPermission
@hasPermission('admin.order.index')
@endhasPermission
@hasPermission(['admin.category.index', 'admin.product.index', 'admin.brand.index'])
@endhasPermission
@hasPermission(['shop.product.index', 'shop.product.create', 'admin.product.index', 'shop.product.trashedList'])
@endhasPermission
@if (module_exists('purchase') )
@include('purchase::layouts.purchaseSidebar')
@endif
@hasPermission('admin.category.index')
@endhasPermission
@hasPermission(['admin.categoryAttribute.index'])
@endhasPermission
@hasPermission('admin.brand.index')
{{ __('Brands') }}
@endhasPermission
@hasPermission([
'admin.flashSale.index',
'admin.flashSale.create',
'admin.ad.index',
'admin.ad.create',
'admin.coupon.index',
'admin.coupon.create'
])
@endhasPermission
@hasPermission(['admin.flashSale.index', 'admin.flashSale.create'])
@endhasPermission
@hasPermission(['admin.ad.index', 'admin.ad.create'])
@endhasPermission
@hasPermission(['admin.coupon.index', 'admin.coupon.create'])
@endhasPermission
@hasPermission('admin.customerNotification.index')
@endhasPermission
@hasPermission(['admin.blog.index', 'admin.blog.create'])
@endhasPermission
@if ($businessModel == 'multi')
@hasPermission([
'admin.shop.index',
'admin.shop.create',
'admin.subscription-plan.index',
'admin.subscription-plan.create'
])
@endhasPermission
@hasPermission(['admin.shop.index', 'admin.shop.create'])
@endhasPermission
@hasPermission(['admin.subscription-plan.index', 'admin.subscription-plan.create'])
@endhasPermission
@endif
@hasPermission([
'admin.supportTicket.index',
'admin.support.index',
'admin.whatsAppChat.index',
'shop.customer.chat.index'
])
@endhasPermission
@hasPermission('shop.customer.chat.index')
@endhasPermission
@hasPermission('admin.whatsAppChat.index')
@endhasPermission
@hasPermission(['admin.supportTicket.index'])
@endhasPermission
@hasPermission(['admin.support.index'])
@endhasPermission
@hasPermission(['admin.rider.index', 'admin.customer.index', 'admin.employee.index', 'admin.role.index'])
@endhasPermission
@if (module_exists('purchase') )
@include('purchase::layouts.supplierSidebar')
@endif
@hasPermission(['admin.rider.index', 'admin.rider.create'])
@endhasPermission
@hasPermission(['admin.customer.index', 'admin.customer.create'])
@endhasPermission
@hasPermission(['admin.employee.index', 'admin.employee.create'])
@endhasPermission
@hasPermission([
'admin.generale-setting.index',
'admin.business-setting.index',
'admin.socialLink.index',
'admin.themeColor.index',
'admin.deliveryCharge.index',
'admin.ticketIssueType.index',
'admin.contactUs.index',
'admin.pusher.index',
'admin.mailConfig.index',
'admin.paymentGateway.index',
'admin.sms-gateway.index',
'admin.firebase.index',
'admin.verification.index',
'admin.role.index'
])
@endhasPermission
@if ($businessModel != 'single')
@hasPermission(['shop.profile.index'])
@endhasPermission
@endif
@hasPermission([
'admin.business-setting.index',
'admin.deliveryCharge.index',
'admin.vatTax.index',
'admin.currency.index'
])
@endhasPermission
@hasPermission([
'admin.pusher.index',
'admin.mailConfig.index',
'admin.paymentGateway.index',
'admin.sms-gateway.index',
'admin.firebase.index',
'admin.googleReCaptcha.index',
'admin.aiPrompt.configure'
])
@endhasPermission
@hasPermission(['admin.banner.index', 'admin.themeColor.index'])
@endhasPermission
@hasPermission(['shop.bulk-product-export.index', 'shop.bulk-product-import.index', 'shop.gallery.index'])
@endhasPermission
@hasPermission(['admin.menu.index', 'admin.page.index', 'admin.footer.index'])
@endhasPermission
@hasPermission([
'admin.generale-setting.index',
'admin.socialLink.index',
'admin.ticketIssueType.index',
'admin.verification.index',
'admin.contactUs.index',
'admin.country.index',
'admin.role.index',
'admin.aiPrompt.index'
])
@endhasPermission