SteelAnts s.r.o.

App\Models\Tenant {#1674 // resources/views/components/layout-auth.blade.php
  #connection: "mysql"
  #table: "tenants"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  +preventsLazyLoading: false
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #escapeWhenCastingToString: false
  #attributes: array:5 [
    "id" => 2
    "name" => "Test User"
    "slug" => "org1"
    "created_at" => "2025-03-26 07:36:02"
    "updated_at" => "2025-03-26 07:36:02"
  ]
  #original: array:5 [
    "id" => 2
    "name" => "Test User"
    "slug" => "org1"
    "created_at" => "2025-03-26 07:36:02"
    "updated_at" => "2025-03-26 07:36:02"
  ]
  #changes: []
  #previous: []
  #casts: []
  #classCastCache: []
  #attributeCastCache: array:2 [
    "logo" => "/storage/tenant_media/2/uploads/d482747a-217e-410f-ba29-aa2a0f1777ff.png"
    "name" => "SteelAnts s.r.o."
  ]
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: array:1 [
    "users" => Illuminate\Database\Eloquent\Collection {#1642
      #items: array:7 [
        0 => App\Models\User {#1728
          #connection: "mysql"
          #table: "users"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #with: []
          #withCount: []
          +preventsLazyLoading: false
          #perPage: 15
          +exists: true
          +wasRecentlyCreated: false
          #escapeWhenCastingToString: false
          #attributes: array:9 [
            "id" => 1
            "name" => "Test Admin"
            "email" => "test@example.com"
            "email_verified_at" => "2025-03-26 07:36:18"
            "password" => "$2y$12$5UUkWfaP9kl6FPw4XeuemeFHLT57KS.8UunEn4mw/OX4kgWhPGuw2"
            "remember_token" => "CpxUQkozOCPk7doKPKoKfw88XXWoxw4NavelY8gi7bcA4yeuUSAvDO4ROvRy"
            "created_at" => "2025-03-26 07:36:18"
            "updated_at" => "2025-03-26 13:05:23"
            "scope_applied" => "[]"
          ]
          #original: array:13 [
            "id" => 1
            "name" => "Test Admin"
            "email" => "test@example.com"
            "email_verified_at" => "2025-03-26 07:36:18"
            "password" => "$2y$12$5UUkWfaP9kl6FPw4XeuemeFHLT57KS.8UunEn4mw/OX4kgWhPGuw2"
            "remember_token" => "CpxUQkozOCPk7doKPKoKfw88XXWoxw4NavelY8gi7bcA4yeuUSAvDO4ROvRy"
            "created_at" => "2025-03-26 07:36:18"
            "updated_at" => "2025-03-26 13:05:23"
            "scope_applied" => "[]"
            "pivot_tenant_id" => 2
            "pivot_user_id" => 1
            "pivot_permission" => 0
            "pivot_scope_applied" => "[]"
          ]
          #changes: []
          #previous: []
          #casts: array:2 [
            "email_verified_at" => "datetime"
            "password" => "hashed"
          ]
          #classCastCache: []
          #attributeCastCache: []
          #dateFormat: null
          #appends: []
          #dispatchesEvents: []
          #observables: []
          #relations: array:1 [
            "pivot" => App\Models\TenantUser {#1734
              #connection: null
              #table: "tenant_user"
              #primaryKey: "id"
              #keyType: "int"
              +incrementing: false
              #with: []
              #withCount: []
              +preventsLazyLoading: false
              #perPage: 15
              +exists: true
              +wasRecentlyCreated: false
              #escapeWhenCastingToString: false
              #attributes: array:4 [
                "tenant_id" => 2
                "user_id" => 1
                "permission" => 0
                "scope_applied" => "[]"
              ]
              #original: array:4 [
                "tenant_id" => 2
                "user_id" => 1
                "permission" => 0
                "scope_applied" => "[]"
              ]
              #changes: []
              #previous: []
              #casts: array:1 [
                "scope_applied" => "array"
              ]
              #classCastCache: []
              #attributeCastCache: []
              #dateFormat: null
              #appends: []
              #dispatchesEvents: []
              #observables: []
              #relations: []
              #touches: []
              #relationAutoloadCallback: null
              #relationAutoloadContext: null
              +timestamps: false
              +usesUniqueIds: false
              #hidden: []
              #visible: []
              #fillable: array:3 [
                0 => "user_id"
                1 => "tenant_id"
                2 => "permission"
              ]
              #guarded: []
              +pivotParent: App\Models\Tenant {#1679
                #connection: null
                #table: "tenants"
                #primaryKey: "id"
                #keyType: "int"
                +incrementing: true
                #with: []
                #withCount: []
                +preventsLazyLoading: false
                #perPage: 15
                +exists: false
                +wasRecentlyCreated: false
                #escapeWhenCastingToString: false
                #attributes: []
                #original: []
                #changes: []
                #previous: []
                #casts: []
                #classCastCache: []
                #attributeCastCache: []
                #dateFormat: null
                #appends: []
                #dispatchesEvents: []
                #observables: []
                #relations: []
                #touches: []
                #relationAutoloadCallback: null
                #relationAutoloadContext: null
                +timestamps: true
                +usesUniqueIds: false
                #hidden: []
                #visible: []
                #fillable: array:2 [
                  0 => "name"
                  1 => "slug"
                ]
                #guarded: array:1 [
                  0 => "*"
                ]
              }
              +pivotRelated: App\Models\User {#1680
                #connection: null
                #table: null
                #primaryKey: "id"
                #keyType: "int"
                +incrementing: true
                #with: []
                #withCount: []
                +preventsLazyLoading: false
                #perPage: 15
                +exists: false
                +wasRecentlyCreated: false
                #escapeWhenCastingToString: false
                #attributes: []
                #original: []
                #changes: []
                #previous: []
                #casts: array:2 [
                  "email_verified_at" => "datetime"
                  "password" => "hashed"
                ]
                #classCastCache: []
                #attributeCastCache: []
                #dateFormat: null
                #appends: []
                #dispatchesEvents: []
                #observables: []
                #relations: []
                #touches: []
                #relationAutoloadCallback: null
                #relationAutoloadContext: null
                +timestamps: true
                +usesUniqueIds: false
                #hidden: array:2 [
                  0 => "password"
                  1 => "remember_token"
                ]
                #visible: []
                #fillable: array:4 [
                  0 => "name"
                  1 => "email"
                  2 => "email_verified_at"
                  3 => "password"
                ]
                #guarded: array:1 [
                  0 => "*"
                ]
                #authPasswordName: "password"
                #rememberTokenName: "remember_token"
                #accessToken: null
              }
              #foreignKey: "tenant_id"
              #relatedKey: "user_id"
            }
          ]
          #touches: []
          #relationAutoloadCallback: null
          #relationAutoloadContext: null
          +timestamps: true
          +usesUniqueIds: false
          #hidden: array:2 [
            0 => "password"
            1 => "remember_token"
          ]
          #visible: []
          #fillable: array:4 [
            0 => "name"
            1 => "email"
            2 => "email_verified_at"
            3 => "password"
          ]
          #guarded: array:1 [
            0 => "*"
          ]
          #authPasswordName: "password"
          #rememberTokenName: "remember_token"
          #accessToken: null
        }
        1 => App\Models\User {#1727
          #connection: "mysql"
          #table: "users"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #with: []
          #withCount: []
          +preventsLazyLoading: false
          #perPage: 15
          +exists: true
          +wasRecentlyCreated: false
          #escapeWhenCastingToString: false
          #attributes: array:9 [
            "id" => 5
            "name" => "Václav Španinger"
            "email" => "vasek@steelants.cz"
            "email_verified_at" => null
            "password" => "$2y$12$7gbAAPfBzZk.88gGsm8sJ.J7jbpTFmM3iDvYXyzbrK.9.cqKZ8LLC"
            "remember_token" => "LpcZLtMQWz1enrHqFVQltNNMT3nQFKuU5Wtd170IlOCHDQSAcarZAGTa1uYT"
            "created_at" => "2025-03-26 07:45:11"
            "updated_at" => "2025-03-26 14:23:37"
            "scope_applied" => "[]"
          ]
          #original: array:13 [
            "id" => 5
            "name" => "Václav Španinger"
            "email" => "vasek@steelants.cz"
            "email_verified_at" => null
            "password" => "$2y$12$7gbAAPfBzZk.88gGsm8sJ.J7jbpTFmM3iDvYXyzbrK.9.cqKZ8LLC"
            "remember_token" => "LpcZLtMQWz1enrHqFVQltNNMT3nQFKuU5Wtd170IlOCHDQSAcarZAGTa1uYT"
            "created_at" => "2025-03-26 07:45:11"
            "updated_at" => "2025-03-26 14:23:37"
            "scope_applied" => "[]"
            "pivot_tenant_id" => 2
            "pivot_user_id" => 5
            "pivot_permission" => 4
            "pivot_scope_applied" => "["crm","reports","settings","tasks"]"
          ]
          #changes: []
          #previous: []
          #casts: array:2 [
            "email_verified_at" => "datetime"
            "password" => "hashed"
          ]
          #classCastCache: []
          #attributeCastCache: []
          #dateFormat: null
          #appends: []
          #dispatchesEvents: []
          #observables: []
          #relations: array:1 [
            "pivot" => App\Models\TenantUser {#1650
              #connection: null
              #table: "tenant_user"
              #primaryKey: "id"
              #keyType: "int"
              +incrementing: false
              #with: []
              #withCount: []
              +preventsLazyLoading: false
              #perPage: 15
              +exists: true
              +wasRecentlyCreated: false
              #escapeWhenCastingToString: false
              #attributes: array:4 [
                "tenant_id" => 2
                "user_id" => 5
                "permission" => 4
                "scope_applied" => "["crm","reports","settings","tasks"]"
              ]
              #original: array:4 [
                "tenant_id" => 2
                "user_id" => 5
                "permission" => 4
                "scope_applied" => "["crm","reports","settings","tasks"]"
              ]
              #changes: []
              #previous: []
              #casts: array:1 [
                "scope_applied" => "array"
              ]
              #classCastCache: []
              #attributeCastCache: []
              #dateFormat: null
              #appends: []
              #dispatchesEvents: []
              #observables: []
              #relations: []
              #touches: []
              #relationAutoloadCallback: null
              #relationAutoloadContext: null
              +timestamps: false
              +usesUniqueIds: false
              #hidden: []
              #visible: []
              #fillable: array:3 [
                0 => "user_id"
                1 => "tenant_id"
                2 => "permission"
              ]
              #guarded: []
              +pivotParent: App\Models\Tenant {#1679}
              +pivotRelated: App\Models\User {#1680}
              #foreignKey: "tenant_id"
              #relatedKey: "user_id"
            }
          ]
          #touches: []
          #relationAutoloadCallback: null
          #relationAutoloadContext: null
          +timestamps: true
          +usesUniqueIds: false
          #hidden: array:2 [
            0 => "password"
            1 => "remember_token"
          ]
          #visible: []
          #fillable: array:4 [
            0 => "name"
            1 => "email"
            2 => "email_verified_at"
            3 => "password"
          ]
          #guarded: array:1 [
            0 => "*"
          ]
          #authPasswordName: "password"
          #rememberTokenName: "remember_token"
          #accessToken: null
        }
        2 => App\Models\User {#1726
          #connection: "mysql"
          #table: "users"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #with: []
          #withCount: []
          +preventsLazyLoading: false
          #perPage: 15
          +exists: true
          +wasRecentlyCreated: false
          #escapeWhenCastingToString: false
          #attributes: array:9 [
            "id" => 6
            "name" => "Patrik Sztefek"
            "email" => "patrik.sztefek@gmail.com"
            "email_verified_at" => null
            "password" => "$2y$12$ID0OWt071WDVC/cEzYhFVuj9.xLp.JFf0dmb5/rSHLZFLJyS1//fu"
            "remember_token" => "WmCjxOdG2nMreKi0m0AzDlNIRc4DFofFfCTC6I7U0gCKSGXXgs3tuAH5CKmm"
            "created_at" => "2025-03-26 07:45:12"
            "updated_at" => "2025-03-26 18:48:37"
            "scope_applied" => "[]"
          ]
          #original: array:13 [
            "id" => 6
            "name" => "Patrik Sztefek"
            "email" => "patrik.sztefek@gmail.com"
            "email_verified_at" => null
            "password" => "$2y$12$ID0OWt071WDVC/cEzYhFVuj9.xLp.JFf0dmb5/rSHLZFLJyS1//fu"
            "remember_token" => "WmCjxOdG2nMreKi0m0AzDlNIRc4DFofFfCTC6I7U0gCKSGXXgs3tuAH5CKmm"
            "created_at" => "2025-03-26 07:45:12"
            "updated_at" => "2025-03-26 18:48:37"
            "scope_applied" => "[]"
            "pivot_tenant_id" => 2
            "pivot_user_id" => 6
            "pivot_permission" => 4
            "pivot_scope_applied" => "["reports","tasks"]"
          ]
          #changes: []
          #previous: []
          #casts: array:2 [
            "email_verified_at" => "datetime"
            "password" => "hashed"
          ]
          #classCastCache: []
          #attributeCastCache: []
          #dateFormat: null
          #appends: []
          #dispatchesEvents: []
          #observables: []
          #relations: array:1 [
            "pivot" => App\Models\TenantUser {#1646
              #connection: null
              #table: "tenant_user"
              #primaryKey: "id"
              #keyType: "int"
              +incrementing: false
              #with: []
              #withCount: []
              +preventsLazyLoading: false
              #perPage: 15
              +exists: true
              +wasRecentlyCreated: false
              #escapeWhenCastingToString: false
              #attributes: array:4 [
                "tenant_id" => 2
                "user_id" => 6
                "permission" => 4
                "scope_applied" => "["reports","tasks"]"
              ]
              #original: array:4 [
                "tenant_id" => 2
                "user_id" => 6
                "permission" => 4
                "scope_applied" => "["reports","tasks"]"
              ]
              #changes: []
              #previous: []
              #casts: array:1 [
                "scope_applied" => "array"
              ]
              #classCastCache: []
              #attributeCastCache: []
              #dateFormat: null
              #appends: []
              #dispatchesEvents: []
              #observables: []
              #relations: []
              #touches: []
              #relationAutoloadCallback: null
              #relationAutoloadContext: null
              +timestamps: false
              +usesUniqueIds: false
              #hidden: []
              #visible: []
              #fillable: array:3 [
                0 => "user_id"
                1 => "tenant_id"
                2 => "permission"
              ]
              #guarded: []
              +pivotParent: App\Models\Tenant {#1679}
              +pivotRelated: App\Models\User {#1680}
              #foreignKey: "tenant_id"
              #relatedKey: "user_id"
            }
          ]
          #touches: []
          #relationAutoloadCallback: null
          #relationAutoloadContext: null
          +timestamps: true
          +usesUniqueIds: false
          #hidden: array:2 [
            0 => "password"
            1 => "remember_token"
          ]
          #visible: []
          #fillable: array:4 [
            0 => "name"
            1 => "email"
            2 => "email_verified_at"
            3 => "password"
          ]
          #guarded: array:1 [
            0 => "*"
          ]
          #authPasswordName: "password"
          #rememberTokenName: "remember_token"
          #accessToken: null
        }
        3 => App\Models\User {#1725
          #connection: "mysql"
          #table: "users"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #with: []
          #withCount: []
          +preventsLazyLoading: false
          #perPage: 15
          +exists: true
          +wasRecentlyCreated: false
          #escapeWhenCastingToString: false
          #attributes: array:9 [
            "id" => 7
            "name" => "Filip Kotrba"
            "email" => "filip@steelants.cz"
            "email_verified_at" => null
            "password" => "$2y$12$auGfEFteKfGDUVzielYJjuKNTEdm7IfCwyT0RaKY2NaFQ/CTb5QIi"
            "remember_token" => "JDrgN5Jwtrp0Uj9dZRNKee5NaBa3niilMJ7JbTAfdqAp2XaNU6NG3dlFxIh9"
            "created_at" => "2025-03-26 07:45:12"
            "updated_at" => "2025-03-26 15:07:18"
            "scope_applied" => "[]"
          ]
          #original: array:13 [
            "id" => 7
            "name" => "Filip Kotrba"
            "email" => "filip@steelants.cz"
            "email_verified_at" => null
            "password" => "$2y$12$auGfEFteKfGDUVzielYJjuKNTEdm7IfCwyT0RaKY2NaFQ/CTb5QIi"
            "remember_token" => "JDrgN5Jwtrp0Uj9dZRNKee5NaBa3niilMJ7JbTAfdqAp2XaNU6NG3dlFxIh9"
            "created_at" => "2025-03-26 07:45:12"
            "updated_at" => "2025-03-26 15:07:18"
            "scope_applied" => "[]"
            "pivot_tenant_id" => 2
            "pivot_user_id" => 7
            "pivot_permission" => 4
            "pivot_scope_applied" => "["reports","tasks"]"
          ]
          #changes: []
          #previous: []
          #casts: array:2 [
            "email_verified_at" => "datetime"
            "password" => "hashed"
          ]
          #classCastCache: []
          #attributeCastCache: []
          #dateFormat: null
          #appends: []
          #dispatchesEvents: []
          #observables: []
          #relations: array:1 [
            "pivot" => App\Models\TenantUser {#1649
              #connection: null
              #table: "tenant_user"
              #primaryKey: "id"
              #keyType: "int"
              +incrementing: false
              #with: []
              #withCount: []
              +preventsLazyLoading: false
              #perPage: 15
              +exists: true
              +wasRecentlyCreated: false
              #escapeWhenCastingToString: false
              #attributes: array:4 [
                "tenant_id" => 2
                "user_id" => 7
                "permission" => 4
                "scope_applied" => "["reports","tasks"]"
              ]
              #original: array:4 [
                "tenant_id" => 2
                "user_id" => 7
                "permission" => 4
                "scope_applied" => "["reports","tasks"]"
              ]
              #changes: []
              #previous: []
              #casts: array:1 [
                "scope_applied" => "array"
              ]
              #classCastCache: []
              #attributeCastCache: []
              #dateFormat: null
              #appends: []
              #dispatchesEvents: []
              #observables: []
              #relations: []
              #touches: []
              #relationAutoloadCallback: null
              #relationAutoloadContext: null
              +timestamps: false
              +usesUniqueIds: false
              #hidden: []
              #visible: []
              #fillable: array:3 [
                0 => "user_id"
                1 => "tenant_id"
                2 => "permission"
              ]
              #guarded: []
              +pivotParent: App\Models\Tenant {#1679}
              +pivotRelated: App\Models\User {#1680}
              #foreignKey: "tenant_id"
              #relatedKey: "user_id"
            }
          ]
          #touches: []
          #relationAutoloadCallback: null
          #relationAutoloadContext: null
          +timestamps: true
          +usesUniqueIds: false
          #hidden: array:2 [
            0 => "password"
            1 => "remember_token"
          ]
          #visible: []
          #fillable: array:4 [
            0 => "name"
            1 => "email"
            2 => "email_verified_at"
            3 => "password"
          ]
          #guarded: array:1 [
            0 => "*"
          ]
          #authPasswordName: "password"
          #rememberTokenName: "remember_token"
          #accessToken: null
        }
        4 => App\Models\User {#1724
          #connection: "mysql"
          #table: "users"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #with: []
          #withCount: []
          +preventsLazyLoading: false
          #perPage: 15
          +exists: true
          +wasRecentlyCreated: false
          #escapeWhenCastingToString: false
          #attributes: array:9 [
            "id" => 8
            "name" => "Klara Svecova"
            "email" => "klara@steelants.cz"
            "email_verified_at" => null
            "password" => "$2y$12$z4U1qrfVV0q2Xuq73EkbpuZXdoEqShSaOLLEzkJC7W8OIYwzgQ2.e"
            "remember_token" => "gMv2bDF45XAENbweFShEXLMUc8zRGM7AecqzjYdTgPeaDRFXyaxFz49Vsvrr"
            "created_at" => "2025-03-26 07:45:13"
            "updated_at" => "2025-08-30 10:37:05"
            "scope_applied" => "[]"
          ]
          #original: array:13 [
            "id" => 8
            "name" => "Klara Svecova"
            "email" => "klara@steelants.cz"
            "email_verified_at" => null
            "password" => "$2y$12$z4U1qrfVV0q2Xuq73EkbpuZXdoEqShSaOLLEzkJC7W8OIYwzgQ2.e"
            "remember_token" => "gMv2bDF45XAENbweFShEXLMUc8zRGM7AecqzjYdTgPeaDRFXyaxFz49Vsvrr"
            "created_at" => "2025-03-26 07:45:13"
            "updated_at" => "2025-08-30 10:37:05"
            "scope_applied" => "[]"
            "pivot_tenant_id" => 2
            "pivot_user_id" => 8
            "pivot_permission" => 2
            "pivot_scope_applied" => "["crm","tasks"]"
          ]
          #changes: []
          #previous: []
          #casts: array:2 [
            "email_verified_at" => "datetime"
            "password" => "hashed"
          ]
          #classCastCache: []
          #attributeCastCache: []
          #dateFormat: null
          #appends: []
          #dispatchesEvents: []
          #observables: []
          #relations: array:1 [
            "pivot" => App\Models\TenantUser {#1647
              #connection: null
              #table: "tenant_user"
              #primaryKey: "id"
              #keyType: "int"
              +incrementing: false
              #with: []
              #withCount: []
              +preventsLazyLoading: false
              #perPage: 15
              +exists: true
              +wasRecentlyCreated: false
              #escapeWhenCastingToString: false
              #attributes: array:4 [
                "tenant_id" => 2
                "user_id" => 8
                "permission" => 2
                "scope_applied" => "["crm","tasks"]"
              ]
              #original: array:4 [
                "tenant_id" => 2
                "user_id" => 8
                "permission" => 2
                "scope_applied" => "["crm","tasks"]"
              ]
              #changes: []
              #previous: []
              #casts: array:1 [
                "scope_applied" => "array"
              ]
              #classCastCache: []
              #attributeCastCache: []
              #dateFormat: null
              #appends: []
              #dispatchesEvents: []
              #observables: []
              #relations: []
              #touches: []
              #relationAutoloadCallback: null
              #relationAutoloadContext: null
              +timestamps: false
              +usesUniqueIds: false
              #hidden: []
              #visible: []
              #fillable: array:3 [
                0 => "user_id"
                1 => "tenant_id"
                2 => "permission"
              ]
              #guarded: []
              +pivotParent: App\Models\Tenant {#1679}
              +pivotRelated: App\Models\User {#1680}
              #foreignKey: "tenant_id"
              #relatedKey: "user_id"
            }
          ]
          #touches: []
          #relationAutoloadCallback: null
          #relationAutoloadContext: null
          +timestamps: true
          +usesUniqueIds: false
          #hidden: array:2 [
            0 => "password"
            1 => "remember_token"
          ]
          #visible: []
          #fillable: array:4 [
            0 => "name"
            1 => "email"
            2 => "email_verified_at"
            3 => "password"
          ]
          #guarded: array:1 [
            0 => "*"
          ]
          #authPasswordName: "password"
          #rememberTokenName: "remember_token"
          #accessToken: null
        }
        5 => App\Models\User {#1723
          #connection: "mysql"
          #table: "users"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #with: []
          #withCount: []
          +preventsLazyLoading: false
          #perPage: 15
          +exists: true
          +wasRecentlyCreated: false
          #escapeWhenCastingToString: false
          #attributes: array:9 [
            "id" => 9
            "name" => "Jakub Hubálovský"
            "email" => "jakub@steelants.cz"
            "email_verified_at" => null
            "password" => "$2y$12$l51GfnTdvu5MJaScYSBC/e1iozgw0iEsq4DmsJOl9jzczAEag.8lG"
            "remember_token" => "b1M2JSNjnFL0glLo5v6xain0yEdxUCY75bmQFVMXn99PIypToHCJeYvzzl6H"
            "created_at" => "2025-03-26 07:45:14"
            "updated_at" => "2025-06-09 08:47:33"
            "scope_applied" => "[]"
          ]
          #original: array:13 [
            "id" => 9
            "name" => "Jakub Hubálovský"
            "email" => "jakub@steelants.cz"
            "email_verified_at" => null
            "password" => "$2y$12$l51GfnTdvu5MJaScYSBC/e1iozgw0iEsq4DmsJOl9jzczAEag.8lG"
            "remember_token" => "b1M2JSNjnFL0glLo5v6xain0yEdxUCY75bmQFVMXn99PIypToHCJeYvzzl6H"
            "created_at" => "2025-03-26 07:45:14"
            "updated_at" => "2025-06-09 08:47:33"
            "scope_applied" => "[]"
            "pivot_tenant_id" => 2
            "pivot_user_id" => 9
            "pivot_permission" => 4
            "pivot_scope_applied" => "["crm","reports","settings","tasks"]"
          ]
          #changes: []
          #previous: []
          #casts: array:2 [
            "email_verified_at" => "datetime"
            "password" => "hashed"
          ]
          #classCastCache: []
          #attributeCastCache: []
          #dateFormat: null
          #appends: []
          #dispatchesEvents: []
          #observables: []
          #relations: array:1 [
            "pivot" => App\Models\TenantUser {#1648
              #connection: null
              #table: "tenant_user"
              #primaryKey: "id"
              #keyType: "int"
              +incrementing: false
              #with: []
              #withCount: []
              +preventsLazyLoading: false
              #perPage: 15
              +exists: true
              +wasRecentlyCreated: false
              #escapeWhenCastingToString: false
              #attributes: array:4 [
                "tenant_id" => 2
                "user_id" => 9
                "permission" => 4
                "scope_applied" => "["crm","reports","settings","tasks"]"
              ]
              #original: array:4 [
                "tenant_id" => 2
                "user_id" => 9
                "permission" => 4
                "scope_applied" => "["crm","reports","settings","tasks"]"
              ]
              #changes: []
              #previous: []
              #casts: array:1 [
                "scope_applied" => "array"
              ]
              #classCastCache: []
              #attributeCastCache: []
              #dateFormat: null
              #appends: []
              #dispatchesEvents: []
              #observables: []
              #relations: []
              #touches: []
              #relationAutoloadCallback: null
              #relationAutoloadContext: null
              +timestamps: false
              +usesUniqueIds: false
              #hidden: []
              #visible: []
              #fillable: array:3 [
                0 => "user_id"
                1 => "tenant_id"
                2 => "permission"
              ]
              #guarded: []
              +pivotParent: App\Models\Tenant {#1679}
              +pivotRelated: App\Models\User {#1680}
              #foreignKey: "tenant_id"
              #relatedKey: "user_id"
            }
          ]
          #touches: []
          #relationAutoloadCallback: null
          #relationAutoloadContext: null
          +timestamps: true
          +usesUniqueIds: false
          #hidden: array:2 [
            0 => "password"
            1 => "remember_token"
          ]
          #visible: []
          #fillable: array:4 [
            0 => "name"
            1 => "email"
            2 => "email_verified_at"
            3 => "password"
          ]
          #guarded: array:1 [
            0 => "*"
          ]
          #authPasswordName: "password"
          #rememberTokenName: "remember_token"
          #accessToken: null
        }
        6 => App\Models\User {#1722
          #connection: "mysql"
          #table: "users"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #with: []
          #withCount: []
          +preventsLazyLoading: false
          #perPage: 15
          +exists: true
          +wasRecentlyCreated: false
          #escapeWhenCastingToString: false
          #attributes: array:9 [
            "id" => 10
            "name" => "Jakub Kotál"
            "email" => "jakub.kotal@itego.cz"
            "email_verified_at" => null
            "password" => "$2y$12$FyI3eCQ6IUEoo7z8WXUBgevAOSYgX1EY.lRMm1X66Lm8L65RDkB72"
            "remember_token" => null
            "created_at" => "2025-03-26 07:45:14"
            "updated_at" => "2025-03-26 14:22:59"
            "scope_applied" => "[]"
          ]
          #original: array:13 [
            "id" => 10
            "name" => "Jakub Kotál"
            "email" => "jakub.kotal@itego.cz"
            "email_verified_at" => null
            "password" => "$2y$12$FyI3eCQ6IUEoo7z8WXUBgevAOSYgX1EY.lRMm1X66Lm8L65RDkB72"
            "remember_token" => null
            "created_at" => "2025-03-26 07:45:14"
            "updated_at" => "2025-03-26 14:22:59"
            "scope_applied" => "[]"
            "pivot_tenant_id" => 2
            "pivot_user_id" => 10
            "pivot_permission" => 1
            "pivot_scope_applied" => "["tasks"]"
          ]
          #changes: []
          #previous: []
          #casts: array:2 [
            "email_verified_at" => "datetime"
            "password" => "hashed"
          ]
          #classCastCache: []
          #attributeCastCache: []
          #dateFormat: null
          #appends: []
          #dispatchesEvents: []
          #observables: []
          #relations: array:1 [
            "pivot" => App\Models\TenantUser {#1645
              #connection: null
              #table: "tenant_user"
              #primaryKey: "id"
              #keyType: "int"
              +incrementing: false
              #with: []
              #withCount: []
              +preventsLazyLoading: false
              #perPage: 15
              +exists: true
              +wasRecentlyCreated: false
              #escapeWhenCastingToString: false
              #attributes: array:4 [
                "tenant_id" => 2
                "user_id" => 10
                "permission" => 1
                "scope_applied" => "["tasks"]"
              ]
              #original: array:4 [
                "tenant_id" => 2
                "user_id" => 10
                "permission" => 1
                "scope_applied" => "["tasks"]"
              ]
              #changes: []
              #previous: []
              #casts: array:1 [
                "scope_applied" => "array"
              ]
              #classCastCache: []
              #attributeCastCache: []
              #dateFormat: null
              #appends: []
              #dispatchesEvents: []
              #observables: []
              #relations: []
              #touches: []
              #relationAutoloadCallback: null
              #relationAutoloadContext: null
              +timestamps: false
              +usesUniqueIds: false
              #hidden: []
              #visible: []
              #fillable: array:3 [
                0 => "user_id"
                1 => "tenant_id"
                2 => "permission"
              ]
              #guarded: []
              +pivotParent: App\Models\Tenant {#1679}
              +pivotRelated: App\Models\User {#1680}
              #foreignKey: "tenant_id"
              #relatedKey: "user_id"
            }
          ]
          #touches: []
          #relationAutoloadCallback: null
          #relationAutoloadContext: null
          +timestamps: true
          +usesUniqueIds: false
          #hidden: array:2 [
            0 => "password"
            1 => "remember_token"
          ]
          #visible: []
          #fillable: array:4 [
            0 => "name"
            1 => "email"
            2 => "email_verified_at"
            3 => "password"
          ]
          #guarded: array:1 [
            0 => "*"
          ]
          #authPasswordName: "password"
          #rememberTokenName: "remember_token"
          #accessToken: null
        }
      ]
      #escapeWhenCastingToString: false
    }
  ]
  #touches: []
  #relationAutoloadCallback: null
  #relationAutoloadContext: null
  +timestamps: true
  +usesUniqueIds: false
  #hidden: []
  #visible: []
  #fillable: array:2 [
    0 => "name"
    1 => "slug"
  ]
  #guarded: array:1 [
    0 => "*"
  ]
}

Make your work easier with a ticketing, invoicing and work tracking tool.

boilerplate::auth.login

boilerplate::auth.password_reset