{{ auth()->user()->full_name }}

{{ auth()->user()->full_name }}

    @if (hasPermissions('view-dashboard'))
  • {{ __('Dashboard') }}
  • @endif
  • {{ __('Clients') }}
  • {{ __('Drivers') }}
  • @if (hasPermissions('view-users'))
  • {{ __('Categories') }}
  • @endif
  • {{ __('Brands Permission') }}
  • @if (hasPermissions('sliders-control'))
  • {{ __('Sliders') }}
  • @endif @if (hasPermissions('orders-control'))
  • {{ __('Orders') }}
  • @endif @if (hasPermissions('orders-control'))
  • {{ __('patterns') }}
  • @endif {{-- @if (isPermissionsAllowed('view-sliders', 'control-sliders')) --}} @if (hasPermissions('delivery-price-details'))
  • {{ __('area-delivery-cost') }}
  • @endif {{-- @if (hasPermissions(['employee-control', 'admin-role'])) --}} @if (hasPermissions('admin-control'))
  • {{ __('Employees') }}
    • {{ __('All Employee') }}
    • {{ __('Create New Employee') }}
  • @endif {{-- @if (hasPermissions(['role-control', 'admin-role'])) --}} @if (hasPermissions('admin-roles-control'))
  • {{ __('Roles') }}
    • {{ __('Roles') }}
    • {{ __('Create New Role') }}
  • @endif @if (hasPermissions('social-media-control'))
  • {{ __('Social Media') }}
  • @endif @if (hasPermissions('terms-and-conditions-control'))
  • {{ __('Terms and Conditions') }}
  • @endif @if (hasPermissions('explanation-video-control'))
  • {{ __('Explanation Video') }}
  • @endif @if (hasPermissions('explanation-and-terminology-control'))
  • {{ __('Explanation And Terminology') }}
  • @endif @if (hasPermissions('branches-control'))
  • {{ __('Branches') }}
  • @endif @if (hasPermissions('view-complaints-&-suggestions'))
  • {{ __('Complaints & Suggestions') }}
  • @endif