App\Models\User {#1728
  #connection: "mysql"
  #table: "users"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: array:1 [
    0 => "roles"
  ]
  #withCount: []
  +preventsLazyLoading: false
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #escapeWhenCastingToString: false
  #attributes: array:3 [
    "user_id" => 9
    "name" => "عبد الامير رويح"
    "pic" => "../fileM/27/5ac231761caf6.jpg"
  ]
  #original: array:8 [
    "user_id" => 9
    "name" => "عبد الامير رويح"
    "pic" => "../fileM/27/5ac231761caf6.jpg"
    "pivot_post_id" => 12843
    "pivot_author_id" => 9
    "pivot_type" => null
    "pivot_app_id" => 1
    "pivot_in_app_id" => 1
  ]
  #changes: []
  #casts: array:2 [
    "email_verified_at" => "datetime"
    "created_at" => "datetime:d-M-Y"
  ]
  #classCastCache: []
  #attributeCastCache: []
  #dates: []
  #dateFormat: null
  #appends: array:1 [
    0 => "profile_photo_url"
  ]
  #dispatchesEvents: []
  #observables: []
  #relations: array:2 [
    "pivot" => Illuminate\Database\Eloquent\Relations\Pivot {#1714
      #connection: null
      #table: "post_author"
      #primaryKey: "id"
      #keyType: "int"
      +incrementing: false
      #with: []
      #withCount: []
      +preventsLazyLoading: false
      #perPage: 15
      +exists: true
      +wasRecentlyCreated: false
      #escapeWhenCastingToString: false
      #attributes: array:5 [
        "post_id" => 12843
        "author_id" => 9
        "type" => null
        "app_id" => 1
        "in_app_id" => 1
      ]
      #original: array:5 [
        "post_id" => 12843
        "author_id" => 9
        "type" => null
        "app_id" => 1
        "in_app_id" => 1
      ]
      #changes: []
      #casts: []
      #classCastCache: []
      #attributeCastCache: []
      #dates: []
      #dateFormat: null
      #appends: []
      #dispatchesEvents: []
      #observables: []
      #relations: []
      #touches: []
      +timestamps: false
      #hidden: []
      #visible: []
      #fillable: []
      #guarded: []
      +pivotParent: App\Models\Post {#1674
        #connection: null
        #table: "posts"
        #primaryKey: "id"
        #keyType: "int"
        +incrementing: true
        #with: []
        #withCount: []
        +preventsLazyLoading: false
        #perPage: 15
        +exists: false
        +wasRecentlyCreated: false
        #escapeWhenCastingToString: false
        #attributes: []
        #original: []
        #changes: []
        #casts: []
        #classCastCache: []
        #attributeCastCache: []
        #dates: []
        #dateFormat: null
        #appends: []
        #dispatchesEvents: []
        #observables: []
        #relations: []
        #touches: []
        +timestamps: true
        #hidden: []
        #visible: []
        #fillable: []
        #guarded: []
      }
      #foreignKey: "post_id"
      #relatedKey: "author_id"
    }
    "roles" => Illuminate\Database\Eloquent\Collection {#1721
      #items: []
      #escapeWhenCastingToString: false
    }
  ]
  #touches: []
  +timestamps: true
  #hidden: array:4 [
    0 => "password"
    1 => "remember_token"
    2 => "two_factor_recovery_codes"
    3 => "two_factor_secret"
  ]
  #visible: []
  #fillable: array:4 [
    0 => "name"
    1 => "email"
    2 => "is_admin"
    3 => "password"
  ]
  #guarded: array:1 [
    0 => "*"
  ]
  #rememberTokenName: "remember_token"
  #accessToken: null
  -roleClass: null
  -permissionClass: null
}