-
@if(Auth::user()->type==0 or in_array('Admin.index',$arrayPerm))
- {{__('Dashboard')}} @endif
-
{{__('User')}}
-
@if(Auth::user()->type==0 or in_array('Admin.users.create',$arrayPerm))
- {{__('Insert User')}} @endif @if(Auth::user()->type==0 or in_array('Admin.users.index',$arrayPerm))
- {{__('List User')}} @endif @if(Auth::user()->type==0 or in_array('Admin.users.index',$arrayPerm))
- {{__('List Customer')}} @endif @if(Auth::user()->type==0 or in_array('Admin.users.restore',$arrayPerm))
- {{__('Restore User')}} @endif
@if(isset($settings['seller']) and $settings['seller']==1)
-
{{__('Seller')}}
-
@if(Auth::user()->type==0 or in_array('Admin.sellers.create',$arrayPerm))
- {{__('Insert Seller')}} @endif @if(Auth::user()->type==0 or in_array('Admin.sellers.index',$arrayPerm))
- {{__('List Seller')}} {{__('Active')}} @endif @if(Auth::user()->type==0 or in_array('Admin.sellers.index',$arrayPerm))
- {{__('List Seller')}} {{__('Blocked')}} @endif
@endif
-
{{__('Slider')}}
-
@if(Auth::user()->type==0 or in_array('Admin.sliders.create',$arrayPerm))
- {{__('Insert Slider')}} @endif @if(Auth::user()->type==0 or in_array('Admin.sliders.index',$arrayPerm))
- {{__('List Slider')}} @endif
-
{{__('Brand')}}
-
@if(Auth::user()->type==0 or in_array('Admin.brands.create',$arrayPerm))
- {{__('Insert Brand')}} @endif @if(Auth::user()->type==0 or in_array('Admin.brands.index',$arrayPerm))
- {{__('List Brand')}} @endif @if(Auth::user()->type==0 or in_array('Admin.brands.fileImportExport',$arrayPerm))
- {{__('Import')}} {{__('Or')}} {{__('Export')}} @endif
-
{{__('Category')}}
-
@if(Auth::user()->type==0 or in_array('Admin.categorys.create',$arrayPerm))
- {{__('Insert Category')}} @endif @if(Auth::user()->type==0 or in_array('Admin.categorys.index',$arrayPerm))
- {{__('List Category')}} @endif @if(Auth::user()->type==0 or in_array('Admin.categorys.insertCategoryBrand',$arrayPerm))
- {{__('Category And Brand')}} @endif @if(Auth::user()->type==0 or in_array('Admin.categorys.fileImportExportCategoryBrand',$arrayPerm))
- {{__('Import')}} {{__('Or')}} {{__('Export')}} {{__('Category And Brand')}} @endif @if(Auth::user()->type==0 or in_array('Admin.categorys.fileImportExport',$arrayPerm))
- {{__('Import')}} {{__('Or')}} {{__('Export')}} @endif
-
{{__('Product')}}
-
@if(Auth::user()->type==0 or in_array('Admin.categoryAttributes.create',$arrayPerm))
- {{__('Insert Category Attribute')}} @endif @if(Auth::user()->type==0 or in_array('Admin.categoryAttributes.createWithCategory',$arrayPerm))
- {{__('Insert Category Attribute')}} {{__('Multiple')}} @endif @if(Auth::user()->type==0 or in_array('Admin.categoryAttributes.index',$arrayPerm))
- {{__('List Category Attribute')}} @endif @if(Auth::user()->type==0 or in_array('Admin.products.create',$arrayPerm))
- {{__('Insert Product')}} @endif @if(Auth::user()->type==0 or in_array('Admin.products.index',$arrayPerm))
- {{__('List Product')}} @endif @if(Auth::user()->type==0 or in_array('Admin.products.index',$arrayPerm))
- {{__('List Product')}} {{__('No Price')}} @endif @if(Auth::user()->type==0 or in_array('Admin.products.indexConfirmation',$arrayPerm))
- {{__('List Product Confirmation')}} @endif @if(Auth::user()->type==0 or in_array('Admin.products.inventory',$arrayPerm))
- {{__('Product Inventory')}} @endif @if(Auth::user()->type==0 or in_array('Admin.products.changePrice',$arrayPerm))
- {{__('Product Price Change')}} @endif @if(Auth::user()->type==0 or in_array('Admin.products.enableOrDisablePrice',$arrayPerm))
- {{__('Enable Or Disable Price')}} @endif @if(Auth::user()->type==0 or in_array('Admin.products.fileImportExport',$arrayPerm))
- {{__('Import')}} {{__('Or')}} {{__('Export')}} @endif
@if(isset($settings['festival']) and $settings['festival']==1)
-
{{__('Festival')}}
-
@if(Auth::user()->type==0 or in_array('Admin.festivals.create',$arrayPerm))
- {{__('Insert Festival')}} @endif @if(Auth::user()->type==0 or in_array('Admin.festivals.index',$arrayPerm))
- {{__('List Festival')}} @endif
@endif
-
{{__('Manage Pages')}}
-
@if(Auth::user()->type==0 or in_array('Admin.advertisings.create',$arrayPerm))
- {{__('Insert Advertising')}} @endif @if(Auth::user()->type==0 or in_array('Admin.advertisings.index',$arrayPerm) or in_array('Admin.pageManagements.index',$arrayPerm))
- {{__('Page Management Index')}} @endif
@if(isset($settings['external_link']) and $settings['external_link']==0)
-
{{__('Shipment')}}
-
@if(Auth::user()->type==0 or in_array('Admin.shipments.create',$arrayPerm))
- {{__('Insert Shipment')}} @endif @if(Auth::user()->type==0 or in_array('Admin.shipments.index',$arrayPerm))
- {{__('List Shipment')}} @endif
-
{{__('Discount Code')}}
-
@if(Auth::user()->type==0 or in_array('Admin.discountCodes.create',$arrayPerm))
- {{__('Insert Discount Code')}} @endif @if(Auth::user()->type==0 or in_array('Admin.discountCodes.index',$arrayPerm))
- {{__('List Discount Code')}} @endif
@endif
@if(isset($settings['external_link']) and $settings['external_link']==1)
-
{{__('Guarantee')}}
-
@if(Auth::user()->type==0 or in_array('Admin.guarantees.create',$arrayPerm))
- {{__('Insert Guarantee')}} @endif @if(Auth::user()->type==0 or in_array('Admin.guarantees.index',$arrayPerm))
- {{__('List Guarantee')}} @endif
@endif
-
{{__('City')}}
-
@if(Auth::user()->type==0 or in_array('Admin.cities.create',$arrayPerm))
- {{__('Insert City')}} @endif @if(Auth::user()->type==0 or in_array('Admin.cities.index',$arrayPerm))
- {{__('List City')}} @endif
-
{{__('Comment')}}
-
@if(Auth::user()->type==0 or in_array('Admin.comments.create',$arrayPerm))
- {{__('Insert Comment')}} @endif @if(Auth::user()->type==0 or in_array('Admin.comments.index',$arrayPerm))
- {{__('List Comment')}} @endif
-
{{__('Blog')}}
-
@if(Auth::user()->type==0 or in_array('Admin.blogs.create',$arrayPerm))
- {{__('Insert Blog')}} @endif @if(Auth::user()->type==0 or in_array('Admin.blogs.index',$arrayPerm))
- {{__('List Blog')}} @endif @if(Auth::user()->type==0 or in_array('Admin.blogs.categoryCreate',$arrayPerm))
- {{__('Category Blog')}} @endif
-
{{__('Page')}}
-
@if(Auth::user()->type==0 or in_array('Admin.pages.create',$arrayPerm))
- {{__('Insert Page')}} @endif @if(Auth::user()->type==0 or in_array('Admin.pages.index',$arrayPerm))
- {{__('List Page')}} @endif @if(Auth::user()->type==0 or in_array('Admin.pages.categoryCreate',$arrayPerm))
- {{__('Category Page')}} @endif
-
{{__('Faq')}}
-
@if(Auth::user()->type==0 or in_array('Admin.faqs.create',$arrayPerm))
- {{__('Insert Faq')}} @endif @if(Auth::user()->type==0 or in_array('Admin.faqs.index',$arrayPerm))
- {{__('List Faq')}} @endif
-
{{__('Icon')}}
-
@if(Auth::user()->type==0 or in_array('Admin.icons.create',$arrayPerm))
- {{__('Insert Icon')}} @endif @if(Auth::user()->type==0 or in_array('Admin.icons.index',$arrayPerm))
- {{__('List Icon')}} @endif
-
{{__('Department')}}
-
@if(Auth::user()->type==0 or in_array('Admin.departments.create',$arrayPerm))
- {{__('Insert Department')}} @endif @if(Auth::user()->type==0 or in_array('Admin.departments.index',$arrayPerm))
- {{__('List Department')}} @endif
-
{{__('Ticket')}}
-
@if(Auth::user()->type==0 or in_array('Admin.tickets.create',$arrayPerm))
- {{__('Insert Ticket')}} @endif @if(Auth::user()->type==0 or in_array('Admin.tickets.index',$arrayPerm))
- {{__('List Ticket')}} @endif
@if(isset($settings['external_link']) and $settings['external_link']==0)
-
{{__('Order')}}
-
@if(Auth::user()->type==0 or in_array('Admin.orders.index',$arrayPerm))
- {{__('All Order')}} @endif @if(Auth::user()->type==0 or in_array('Admin.orders.new',$arrayPerm))
- {{__('New Order')}} @endif @if(Auth::user()->type==0 or in_array('Admin.orders.confirmed',$arrayPerm))
- {{__('Confirm Order')}} @endif @if(Auth::user()->type==0 or in_array('Admin.orders.posted',$arrayPerm))
- {{__('Order Send')}} @endif @if(Auth::user()->type==0 or in_array('Admin.orders.delivered',$arrayPerm))
- {{__('Order Delivered')}} @endif @if(Auth::user()->type==0 or in_array('Admin.orders.sale',$arrayPerm))
- {{__('Total Sale')}} @endif @if(Auth::user()->type==0 or in_array('Admin.orders.fileImportExport',$arrayPerm))
- {{__('Export')}} @endif
@endif
@if(isset($settings['visit']) and $settings['visit']==1)
-
{{__('Visit')}}
-
@if(Auth::user()->type==0 or in_array('Admin.stats.overview',$arrayPerm))
- {{__('Visit')}} @endif
@endif
-
{{__('Contact')}}
-
@if(Auth::user()->type==0 or in_array('Admin.contacts.index',$arrayPerm))
- {{__('List Contact')}} @endif
-
{{__('Partner')}}
-
@if(Auth::user()->type==0 or in_array('Admin.partners.create',$arrayPerm))
- {{__('Insert Partner')}} @endif @if(Auth::user()->type==0 or in_array('Admin.partners.index',$arrayPerm))
- {{__('List Partner')}} @endif
-
{{__('Newsletter')}}
-
@if(Auth::user()->type==0 or in_array('Admin.newsletters.create',$arrayPerm))
- {{__('Insert Newsletter')}} @endif @if(Auth::user()->type==0 or in_array('Admin.newsletters.index',$arrayPerm))
- {{__('List Newsletter')}} @endif @if(Auth::user()->type==0 or in_array('Admin.newsletters.settings',$arrayPerm))
- {{__('Settings Newsletter')}} @endif
-
{{__('Setting')}}
-
@if(Auth::user()->type==0 or in_array('Admin.settings.show',$arrayPerm))
- {{__('Site Identity')}}
- {{__('Basic Settings')}}
- {{__('Settings Email')}}
- {{__('Settings Authentication')}}
- {{__('Settings Cache')}} @endif @if(Auth::user()->type==0 or in_array('Admin.smses.index',$arrayPerm))
- {{__('Settings Sms')}} @endif
-
{{__('Notification')}}
-
@if(Auth::user()->type==0 or in_array('Admin.notifications.create',$arrayPerm))
- {{__('Insert Notification')}} @endif @if(Auth::user()->type==0 or in_array('Admin.notifications.index',$arrayPerm))
- {{__('List Notification')}} @endif
-
{{__('Language')}}
-
@if(Auth::user()->type==0 or in_array('Admin.languages.create',$arrayPerm))
- {{__('Insert Language')}} @endif @if(Auth::user()->type==0 or in_array('Admin.languages.index',$arrayPerm))
- {{__('List Language')}} @endif
-
{{__('Other Facilities')}}
-
@if( Auth::user()->type==0 or in_array('Admin.telescope.index',$arrayPerm))
- {{__('Telescope')}} @endif @if(Auth::user()->type==0 or in_array('Admin.sitemaps.create',$arrayPerm))
- {{__('Sitemap')}} @endif @if(Auth::user()->type==0 or in_array('Admin.backups.index',$arrayPerm))
- {{__('Backup')}} @endif
- {{__('Logout')}}