• {{ __('Dashboard') }}
  • @can('Manage Property')
  • {{ __('Properties') }}
    • {{ __('All Property') }}
    • {{ __('All Unit') }}
    • {{ __('Own Property') }}
    • {{ __('Lease Property') }}
  • @endcan @can('Manage Tenant')
  • {{ __('Tenants') }}
    • {{ __('All Tenants') }}
    • {{ __('Tenant History') }}
  • @endcan @can('Manage Billing')
  • {{ __('Billing Center') }}
    • {{ __('All Invoices') }}
    • {{ __('Recurring Setting') }}
  • @endcan @can('Manage Expenses')
  • {{ __('Expenses') }}
  • @endcan @can('Manage Documents')
  • {{ __('Documents') }}
  • @endcan @can('Manage Information')
  • {{ __('Information') }}
  • @endcan @if (isAddonInstalled('PROTYLISTING') > 0) @if (getOption('LISTING_STATUS', 0) == ACTIVE) @can('Manage Listing')
  • {{ __('My Listing') }}
    • {{ __('Upload List') }}
    • {{ __('All List') }}
    • {{ __('Contact List') }}
  • @endcan @endif @endif @can('Manage Maintains')
  • {{ __('Maintains') }}
    • {{ __('Maintainers') }}
    • {{ __('Maintenance Request') }}
  • @endcan @if (isAddonInstalled('PROTYSAAS') < 1 || ownerCurrentPackage(getOwnerUserId())?->ticket_support == ACTIVE) @can('Manage Ticket')
  • {{ __('Tickets') }}
  • @endcan @endif @if (isAddonInstalled('PROTYSAAS') < 1 || ownerCurrentPackage(getOwnerUserId())?->notice_support == ACTIVE) @can('Manage Noticeboard')
  • {{ __('Notice Board') }}
  • @endcan @endif @can('Manage Report')
  • {{ __('Report') }}
    • {{ __('Earning') }}
    • {{ __('Loss / Profit By Month') }}
    • {{ __('Expenses') }}
    • {{--
    • {{ __('Lease') }}
    • --}}
    • {{ __('Occupancy') }}
    • {{ __('Maintenance') }}
    • {{ __('Tenant') }}
  • @endcan @can('Manage Settings')
  • {{ __('Settings') }}
  • @endcan @can('Manage Team')
  • {{ __('Manage Staff') }}
    • {{ __('Role & Permission') }}
    • {{ __('Staff Users') }}
  • @endcan @if (isAddonInstalled('PROTYSMS') > 0) @can('Manage Bulk SMS/Mail')
  • {{ __('Bulk Sms/Mail') }}
    • {{ __('Sms') }}
    • {{ __('Email') }}
    • @if (isAddonInstalled('PROTYSMS') > 2)
    • {{ __('Email Template') }}
    • @endif
  • @endcan @endif @if (isAddonInstalled('PROTYAGREEMENT') > 0) @can('Manage Agreement')
  • {{ __('Agreement') }}
  • @endcan @endif @if (isAddonInstalled('PROTYTENANCY') > 0) @if (env('TENANCY_STATUS') == ACTIVE) @can('Manage Domain Config')
  • {{ __('Domain Config') }}
  • @endcan @endif @endif
  • {{ __('Profile') }}
    • {{ __('My Profile') }}
    • {{ __('Change Password') }}
  • @if (isAddonInstalled('PROTYSAAS') > 1) @can('Manage Subscription')
  • {{ __('My Subscription') }}
  • @endcan @endif