Patrik Bergholm

Kontakta mig

App\Http\Livewire\Employees\SingleContactForm {#1580 // app/Http/Livewire/Employees/SingleContactForm.php:41
  +id: "ad8EA4uf4pDqwyFTWK4X"
  #queryString: array:1 [
    0 => "subject"
  ]
  #computedPropertyCache: []
  #shouldSkipRender: null
  #preRenderedView: null
  #forStack: []
  #errorBag: Illuminate\Support\MessageBag {#1586
    #messages: []
    #format: ":message"
  }
  #withValidatorCallback: null
  #eventQueue: []
  #dispatchQueue: []
  #listeners: []
  +redirectTo: null
  #renderedChildren: []
  #previouslyRenderedChildren: []
  +employee: App\Models\Employee {#1520
    #connection: "mysql"
    #table: "employees"
    #primaryKey: "id"
    #keyType: "int"
    +incrementing: true
    #with: []
    #withCount: []
    +preventsLazyLoading: false
    #perPage: 15
    +exists: true
    +wasRecentlyCreated: false
    #escapeWhenCastingToString: false
    #attributes: array:13 [
      "id" => 92
      "fasad_id" => "7863"
      "name" => "Patrik Bergholm"
      "slug" => "patrik-bergholm"
      "title" => "Fastighetsmäklare"
      "email" => "[email protected]"
      "phone" => "+46736837826"
      "image" => "https://images05.fasad.eu/787/user/17170718567863.jpg"
      "main_office" => 15
      "show_in_hq" => 0
      "index" => 99
      "created_at" => "2024-04-16 14:38:04"
      "updated_at" => "2024-05-30 14:00:41"
    ]
    #original: array:13 [
      "id" => 92
      "fasad_id" => "7863"
      "name" => "Patrik Bergholm"
      "slug" => "patrik-bergholm"
      "title" => "Fastighetsmäklare"
      "email" => "[email protected]"
      "phone" => "+46736837826"
      "image" => "https://images05.fasad.eu/787/user/17170718567863.jpg"
      "main_office" => 15
      "show_in_hq" => 0
      "index" => 99
      "created_at" => "2024-04-16 14:38:04"
      "updated_at" => "2024-05-30 14:00:41"
    ]
    #changes: []
    #casts: []
    #classCastCache: []
    #attributeCastCache: []
    #dateFormat: null
    #appends: []
    #dispatchesEvents: []
    #observables: []
    #relations: []
    #touches: []
    +timestamps: true
    +usesUniqueIds: false
    #hidden: []
    #visible: []
    #fillable: array:9 [
      0 => "fasad_id"
      1 => "name"
      2 => "slug"
      3 => "title"
      4 => "email"
      5 => "phone"
      6 => "image"
      7 => "main_office"
      8 => "index"
    ]
    #guarded: array:1 [
      0 => "*"
    ]
  }
  +message: null
  +accept: null
  +phone: null
  +email: null
  +name: null
  +subject: "Persögatan (41104)"
  #rules: array:5 [
    "name" => "required|min:6|max:128"
    "email" => "required|email"
    "phone" => "required|phone:INTERNATIONAL,SE"
    "message" => "string|max:254"
    "accept" => "required|accepted"
  ]
}