• Dashboard
  • {{ trans('installments.menu') }}
  • {{ Trans("mortgages.menu")}}
    • {{ Trans('customers.add')}}
    • {{ Trans("dashboard.others.show_all")}}
  • {{-- Customer --}} @if(UserRole::has('create_customer') || UserRole::has('list_customer'))
  • {{ Trans('customers.menu')}}
      @if(UserRole::has("create_customer"))
    • {{ Trans('customers.add')}}
    • @endif @if(UserRole::has("list_customer"))
    • {{ Trans('customers.show')}}
    • @endif
  • @endif {{-- Role --}} @if(UserRole::has('create_role') || UserRole::has('list_role'))
  • {{Trans("roles.roles")}}
      @if(UserRole::has("create_role"))
    • {{ Trans('dashboard.crud.add') }}
    • @endif @if(UserRole::has("list_role"))
    • {{ Trans('dashboard.others.show_all') }}
    • @endif
  • @endif {{-- User --}} @if(UserRole::has('create_user') || UserRole::has('list_user'))
  • {{Trans("users.users")}}
      @if(UserRole::has("create_user"))
    • {{ Trans('dashboard.crud.add') }}
    • @endif @if(UserRole::has("list_user"))
    • {{ Trans('dashboard.others.show_all') }}
    • @endif
  • @endif {{-- settings --}} @if(user_can('ms_company') || user_can("ms_invoice") || user_can('ms_style'))
  • {{Trans("dashboard.others.settings")}}
  • @endif {{-- Position --}} @if(UserRole::has("create_position"))
  • {{Trans("positions.menu")}}
  • @endif {{-- Position --}} @if(UserRole::has("create_income") || user_can("show_debt"))
  • {{Trans("debts.profit_and_debt")}}
      @if (user_can('create_income'))
    • {{Trans("profits.menu")}}
    • @endif
  • @endif @if(UserRole::has('profit_report') || UserRole::has('product_in_out') || UserRole::has('sale_history') || UserRole::has('transfer_history') || UserRole::has('product_warehouse'))
  • {{Trans("reports.menu")}}
      @if(UserRole::has("profit_report"))
    • {{Trans('reports.sub_title')}}
    • {{Trans('payments.payment_history') }}
    • {{Trans('reports.mortgage_payments') }}
    • Monthly Graph
    • @endif @if(UserRole::has("sale_history")) {{--
    • {{Trans('sale_history.menu')}}
    • --}} @endif @if(UserRole::has('product_warehouse')) {{--
    • {{Trans('reports.products_warehouse')}}
    • --}} @endif
  • @endif