Damacjo.com
  • @if(Auth::user()->hasRole('Admin')) @can('user_management_access')
  • {{ trans('cruds.userManagement.title') }}
      @can('permission_access')
    • {{ trans('cruds.permission.title') }}
    • @endcan @can('role_access')
    • {{ trans('cruds.role.title') }}
    • @endcan @can('user_access')
    • {{ trans('cruds.user.title') }}
    • @endcan
  • @endcan @can('property_access')
  • {{ trans('cruds.property.title') }}
  • @endcan @can('unit_access')
  • {{ trans('cruds.unit.title') }}
  • @endcan @can('owner_agent_access')
  • Owner–Agent Links
  • Agent Requests
  • @endcan @can('facility_access')
  • Facilities
  • @endcan @can('shop_access')
  • Shops
  • @endcan @can('application_access')
  • {{ trans('cruds.application.title') }}
  • @endcan @can('invoice_access')
  • {{ trans('cruds.invoice.title') }}
  • @endcan @can('invoice_access')
  • Payments
  • @endcan @can('election_access')
  • Elections
  • @endcan @can('authorization_access')
  • Authorizations
  • @endcan @can('parking_spot_access')
  • Parking Spots
  • @endcan @can('access_card_access')
  • Access Cards
  • @endcan @can('budget_access')
  • Annual Budgets
  • @endcan @can('utility_bill_access')
  • Utility Bills
  • @endcan @can('utility_bill_type_access')
  • Utility Bill Types
  • @endcan @can('payment_plan_access')
  • Payment Plans
  • @endcan @can('owner_payment_schedule_access')
  • Payment Schedules
  • @endcan @can('account_statement_access')
  • Account Statements
  • @endcan @can('vendor_access')
  • {{ trans('cruds.vendor.title') }}
  • @endcan @can('maintenance_access')
  • {{ trans('cruds.maintenance.title') }}
  • @endcan @can('maintenance_type_access')
  • Maintenance Types
  • @endcan @can('maintenance_report_access')
  • Maintenance Reports
  • @endcan @can('workorder_access')
  • {{ trans('cruds.workorder.title') }}
  • @endcan @can('news_access')
  • News
  • @endcan @can('send_notifications')
  • Send Notifications
  • @endcan @can('approval_access')
  • Approvals
  • @endcan @can('activity_log_access')
  • Activity Log
  • @endcan @can('setting_access')
  • System Parameters
  • @endcan @php($unread = \App\Models\QaTopic::unreadCount())
  • {{ trans('global.messages') }} @if($unread > 0) ( {{ $unread }} ) @endif
  • @if(file_exists(app_path('Http/Controllers/Auth/ChangePasswordController.php'))) @can('profile_password_edit')
  • {{ trans('global.change_password') }}
  • @endcan @endif @else
  • Invoices
  • Maintenance
  • @php($unread = \App\Models\QaTopic::unreadCount())
  • {{ trans('global.messages') }} @if($unread > 0) ( {{ $unread }} ) @endif
  • Units
  • Profile
  • @endif
  • {{ trans('global.logout') }}