-
Dashboard
@if(auth()->user()->can('order.view') || auth()->user()->can('permission.view'))
-
Orders Manage
@if(auth()->user()->can('user.view'))
@foreach(getOrderStatus(1) as $key=> $item)
-
{{$item}} Order
@endforeach
@endif
@endif
@if(auth()->user()->can('product.view') || auth()->user()->can('type.view') || auth()->user()->can('size.view') || auth()->user()->can('category.view') || auth()->user()->can('discount.view') || auth()->user()->can('color.view'))
-
Products
@endif
@if(auth()->user()->can('purchase.view'))
@endif
-
Reviews
@if(auth()->user()->can('page.view') || auth()->user()->can('image.view') || auth()->user()->can('slider.view'))
-
Front Page
@if(auth()->user()->can('page.view'))
-
Manage Page Data
@endif
@if(auth()->user()->can('image.view'))
@endif
@if(auth()->user()->can('slider.view'))
-
Slider Manage
@endif
@if(auth()->user()->can('image.view'))
@endif
@endif
@if(auth()->user()->can('coupon_codes.view'))
@endif
@if(auth()->user()->can('delivery_charge.view'))
-
Delivery Charge
@endif
@if(auth()->user()->can('couriers.view'))
-
Courier Manage
@endif
@if(auth()->user()->can('combo.view') || auth()->user()->can('permission.view') || auth()->user()->can('role.view'))
-
Users
@if(auth()->user()->can('user.view'))
-
Manage User
@endif
@if(auth()->user()->can('permission.view'))
@endif
@if(auth()->user()->can('role.view'))
@endif
@endif
@if(auth()->user()->can('order.view') || auth()->user()->can('permission.view'))
-
Reports
@endif
@if(auth()->user()->can('product.delete'))
-
Settings Manage
@endif