App\Models\Person {#1664 // resources/views/web/person/show.blade.php
  #connection: "mysql"
  #table: "people"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  +preventsLazyLoading: false
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #escapeWhenCastingToString: false
  #attributes: array:17 [
    "id" => 7
    "firstname" => "Kamilla"
    "lastname" => "Rybus"
    "job_title" => "Manager"
    "email" => "lzymanager@gmail.com"
    "phone" => "+48 791 963 697"
    "lead" => null
    "text" => "<p>Już od wielu lat czuwa nad tym, by w całym tym cyrku wszystkie trybiki działały bez zarzutu. Ogarniatorka chaosu ;)</p>"
    "division_id" => 0
    "person_category_id" => 3
    "published" => 1
    "position" => 5
    "lang" => "pl"
    "admin_user_id" => 4
    "created_at" => "2024-12-30 13:31:41"
    "updated_at" => "2025-06-18 11:45:18"
    "deleted_at" => null
  ]
  #original: array:17 [
    "id" => 7
    "firstname" => "Kamilla"
    "lastname" => "Rybus"
    "job_title" => "Manager"
    "email" => "lzymanager@gmail.com"
    "phone" => "+48 791 963 697"
    "lead" => null
    "text" => "<p>Już od wielu lat czuwa nad tym, by w całym tym cyrku wszystkie trybiki działały bez zarzutu. Ogarniatorka chaosu ;)</p>"
    "division_id" => 0
    "person_category_id" => 3
    "published" => 1
    "position" => 5
    "lang" => "pl"
    "admin_user_id" => 4
    "created_at" => "2024-12-30 13:31:41"
    "updated_at" => "2025-06-18 11:45:18"
    "deleted_at" => null
  ]
  #changes: []
  #casts: array:1 [
    "deleted_at" => "datetime"
  ]
  #classCastCache: []
  #attributeCastCache: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: array:3 [
    "seo" => App\Models\Seo {#1688
      #connection: "mysql"
      #table: "seo"
      #primaryKey: "id"
      #keyType: "int"
      +incrementing: true
      #with: []
      #withCount: []
      +preventsLazyLoading: false
      #perPage: 15
      +exists: true
      +wasRecentlyCreated: false
      #escapeWhenCastingToString: false
      #attributes: array:14 [
        "id" => 16
        "source_table" => "people"
        "source_id" => 7
        "url" => "kamila-kama-rybus"
        "title" => "Rybus"
        "description" => null
        "robots" => "index,follow"
        "script" => null
        "seo_enable" => 1
        "script_enable" => 0
        "lang" => "pl"
        "created_at" => "2024-12-30 13:31:41"
        "updated_at" => "2024-12-30 13:34:53"
        "deleted_at" => null
      ]
      #original: array:14 [
        "id" => 16
        "source_table" => "people"
        "source_id" => 7
        "url" => "kamila-kama-rybus"
        "title" => "Rybus"
        "description" => null
        "robots" => "index,follow"
        "script" => null
        "seo_enable" => 1
        "script_enable" => 0
        "lang" => "pl"
        "created_at" => "2024-12-30 13:31:41"
        "updated_at" => "2024-12-30 13:34:53"
        "deleted_at" => null
      ]
      #changes: []
      #casts: array:1 [
        "deleted_at" => "datetime"
      ]
      #classCastCache: []
      #attributeCastCache: []
      #dateFormat: null
      #appends: []
      #dispatchesEvents: []
      #observables: []
      #relations: []
      #touches: []
      +timestamps: true
      +usesUniqueIds: false
      #hidden: []
      #visible: []
      #fillable: []
      #guarded: array:1 [
        0 => "id"
      ]
      #forceDeleting: false
    }
    "cover" => App\Models\MediaItem {#1696
      #connection: "mysql"
      #table: "media_items"
      #primaryKey: "id"
      #keyType: "int"
      +incrementing: true
      #with: []
      #withCount: []
      +preventsLazyLoading: false
      #perPage: 15
      +exists: true
      +wasRecentlyCreated: false
      #escapeWhenCastingToString: false
      #attributes: array:17 [
        "id" => 349
        "uuid" => "4958f9a0-2e1f-4712-82dd-5631725fe3d6"
        "source_id" => 7
        "source_table" => "people"
        "type" => "image"
        "uri" => "people/7/photo-2025-06-18-13-04-36.jpg"
        "filetype" => "cover"
        "title" => null
        "alt" => null
        "description" => null
        "author" => null
        "position" => 349
        "published" => 1
        "admin_user_id" => 0
        "created_at" => "2025-06-18 11:21:53"
        "updated_at" => "2025-06-18 11:22:05"
        "deleted_at" => null
      ]
      #original: array:17 [
        "id" => 349
        "uuid" => "4958f9a0-2e1f-4712-82dd-5631725fe3d6"
        "source_id" => 7
        "source_table" => "people"
        "type" => "image"
        "uri" => "people/7/photo-2025-06-18-13-04-36.jpg"
        "filetype" => "cover"
        "title" => null
        "alt" => null
        "description" => null
        "author" => null
        "position" => 349
        "published" => 1
        "admin_user_id" => 0
        "created_at" => "2025-06-18 11:21:53"
        "updated_at" => "2025-06-18 11:22:05"
        "deleted_at" => null
      ]
      #changes: []
      #casts: array:1 [
        "deleted_at" => "datetime"
      ]
      #classCastCache: []
      #attributeCastCache: []
      #dateFormat: null
      #appends: []
      #dispatchesEvents: []
      #observables: []
      #relations: []
      #touches: []
      +timestamps: true
      +usesUniqueIds: false
      #hidden: []
      #visible: []
      #fillable: []
      #guarded: array:1 [
        0 => "id"
      ]
      #forceDeleting: false
    }
    "division" => null
  ]
  #touches: []
  +timestamps: true
  +usesUniqueIds: false
  #hidden: []
  #visible: []
  #fillable: []
  #guarded: array:1 [
    0 => "id"
  ]
  #forceDeleting: false
  #seoSlugifyFieldToUrl: "lastname"
  #seoTitleField: "lastname"
  #seoDescriptionField: "lead"
}