Illuminate\Database\Eloquent\Collection {#1005 // app\Http\Controllers\DashboardController.php:14
#items: array:1 [
0 => App\Models\User {#643
#connection: "mysql"
#table: "users"
#primaryKey: "id"
#keyType: "int"
+incrementing: true
#with: []
#withCount: []
+preventsLazyLoading: false
#perPage: 15
+exists: true
+wasRecentlyCreated: false
#escapeWhenCastingToString: false
#attributes: array:3 [
"id" => 1
"name" => "Andrew Doherty"
"email" => "andrew.doherty28@gmail.com"
]
#original: array:3 [
"id" => 1
"name" => "Andrew Doherty"
"email" => "andrew.doherty28@gmail.com"
]
#changes: []
#casts: array:2 [
"email_verified_at" => "datetime"
"password" => "hashed"
]
#classCastCache: []
#attributeCastCache: []
#dateFormat: null
#appends: []
#dispatchesEvents: []
#observables: []
#relations: []
#touches: []
+timestamps: true
+usesUniqueIds: false
#hidden: array:2 [
0 => "password"
1 => "remember_token"
]
#visible: []
#fillable: array:3 [
0 => "name"
1 => "email"
2 => "password"
]
#guarded: array:1 [
0 => "*"
]
#rememberTokenName: "remember_token"
#accessToken: null
}
]
#escapeWhenCastingToString: false
}
ESP-Easy