• @lang('menu.dashboard')

  • @if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('read_location'))
  • @lang('menu.locations')

  • @endif @if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('read_category'))
  • @lang('menu.categories')

  • @endif @if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('read_business_service'))
  • @lang('menu.services')

  • @endif @if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('read_customer'))
  • @lang('menu.customers')

  • @endif @if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('read_employee'))
  • @lang('menu.employee')

  • @endif @if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('create_coupon') || $user->roles()->withoutGlobalScopes()->first()->hasPermission('read_coupon'))
  • @lang('menu.coupons')

  • @endif @if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('create_deal') || $user->roles()->withoutGlobalScopes()->first()->hasPermission('read_deal'))
  • {{-- --}} {{-- --}} {{-- --}}

    @lang('menu.deals')

  • @endif @if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('create_booking'))
  • @lang('menu.pos')

  • @endif @if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('read_booking') || $user->roles()->withoutGlobalScopes()->first()->hasPermission('create_booking'))
  • @lang('menu.bookings')

  • @endif @if ($user->is_admin || $user->is_employee)
  • @lang('menu.todoList')

  • @endif @if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('read_report'))
  • @lang('menu.reports')

  • @endif @if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('manage_settings'))
  • @lang('menu.settings')

  • @endif