App\Models\Country {#1899
  #connection: "mysql"
  #table: "countries"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  +preventsLazyLoading: false
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #escapeWhenCastingToString: false
  #attributes: array:12 [
    "id" => 230
    "title" => "United States"
    "image" => "/assets/plugins/flag-icon/flags/4x3/us.svg"
    "code" => "us"
    "code_hltv" => "us"
    "tag" => null
    "emoji" => "🇺🇸"
    "is_active" => 1
    "sort_order" => null
    "created_at" => null
    "updated_at" => "2024-07-01 10:42:07"
    "deleted_at" => null
  ]
  #original: array:12 [
    "id" => 230
    "title" => "United States"
    "image" => "/assets/plugins/flag-icon/flags/4x3/us.svg"
    "code" => "us"
    "code_hltv" => "us"
    "tag" => null
    "emoji" => "🇺🇸"
    "is_active" => 1
    "sort_order" => null
    "created_at" => null
    "updated_at" => "2024-07-01 10:42:07"
    "deleted_at" => null
  ]
  #changes: []
  #casts: array:2 [
    "image" => "App\Admin\Casts\Image"
    "deleted_at" => "datetime"
  ]
  #classCastCache: []
  #attributeCastCache: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #fillable: array:7 [
    0 => "title"
    1 => "image"
    2 => "code"
    3 => "tag"
    4 => "emoji"
    5 => "is_active"
    6 => "code_hltv"
  ]
  #guarded: array:1 [
    0 => "*"
  ]
  +moduleTitle: "Страны"
  +modulePluralWords: array:5 [
    0 => "страна"
    1 => "страны"
    2 => "стран"
    3 => "страну"
    4 => "страны"
  ]
  +moduleNameGender: 2
  +default_image: "/images/desktop/empty/world.svg"
  +searchAttributes: array:2 [
    0 => "id"
    1 => "title"
  ]
  +creatable: true
  +editable: true
  +deletable: true
  +massDeletable: true
  +searchable: true
  +exportable: false
  +translatable: true
  +localize: false
  +toggleActive: false
  +moderationCreatable: true
  +moderationEditable: true
  +moderationDeletable: true
  +moderationMassDeletable: true
  +displayConfiguration: null
  +customActionConfiguration: null
  +displayFilterConfiguration: null
  +formConfiguration: null
  +defaultOrder: "id"
  +defaultOrderDirection: "desc"
  +customMainForm: null
  +listCondition: null
  +rowLink: true
  +duplicatable: false
  +duplicateRelationships: array:2 [
    0 => "blocks"
    1 => "meta"
  ]
  +activation_title: ""
  +admin_list_config: []
  +admin_filters_config: []
  +admin_form_config: []
  +admin_actions_config: []
  #forceDeleting: false
}