Webinaria na żywo

Kompetencje miękkie

                object(Illuminate\Pagination\LengthAwarePaginator)#2999 (11) {
  ["items":protected]=>
  object(Illuminate\Database\Eloquent\Collection)#3009 (2) {
    ["items":protected]=>
    array(6) {
      [0]=>
      object(App\Models\Product)#3123 (46) {
        ["connection":protected]=>
        string(5) "pgsql"
        ["table":protected]=>
        string(8) "products"
        ["primaryKey":protected]=>
        string(2) "id"
        ["keyType":protected]=>
        string(3) "int"
        ["incrementing"]=>
        bool(true)
        ["with":protected]=>
        array(3) {
          [0]=>
          string(10) "categories"
          [1]=>
          string(4) "tags"
          [2]=>
          string(10) "attributes"
        }
        ["withCount":protected]=>
        array(0) {
        }
        ["preventsLazyLoading"]=>
        bool(false)
        ["perPage":protected]=>
        int(15)
        ["exists"]=>
        bool(true)
        ["wasRecentlyCreated"]=>
        bool(false)
        ["escapeWhenCastingToString":protected]=>
        bool(false)
        ["attributes":protected]=>
        array(28) {
          ["id"]=>
          int(51615)
          ["slug"]=>
          string(65) "jak-mowic-by-ludzie-sluchali-storytelling-dla-liderow-i-ekspertow"
          ["price"]=>
          string(1) "0"
          ["tax_id"]=>
          int(1)
          ["type"]=>
          int(7)
          ["deleted_at"]=>
          NULL
          ["created_at"]=>
          string(19) "2026-01-05 23:25:20"
          ["updated_at"]=>
          string(19) "2026-01-08 12:34:15"
          ["subscription_id"]=>
          NULL
          ["room_id"]=>
          string(7) "9579144"
          ["promotional_price"]=>
          NULL
          ["promotional_price_starts_at"]=>
          NULL
          ["promotional_price_ends_at"]=>
          NULL
          ["starts_at"]=>
          string(19) "2026-03-17 10:00:00"
          ["related_product_ids"]=>
          NULL
          ["date_of_publish"]=>
          string(19) "2025-12-31 15:16:00"
          ["is_visible"]=>
          bool(true)
          ["finish_at"]=>
          string(19) "2026-03-17 10:30:00"
          ["limit_of_participants"]=>
          NULL
          ["workshop_days"]=>
          NULL
          ["subscription_price"]=>
          string(1) "0"
          ["published_to"]=>
          NULL
          ["only_with_subscription"]=>
          bool(false)
          ["external_link"]=>
          NULL
          ["related_subscription_id"]=>
          NULL
          ["statute"]=>
          int(0)
          ["require_admin_confirmation"]=>
          bool(false)
          ["mobile_app_only"]=>
          bool(false)
        }
        ["original":protected]=>
        array(28) {
          ["id"]=>
          int(51615)
          ["slug"]=>
          string(65) "jak-mowic-by-ludzie-sluchali-storytelling-dla-liderow-i-ekspertow"
          ["price"]=>
          string(1) "0"
          ["tax_id"]=>
          int(1)
          ["type"]=>
          int(7)
          ["deleted_at"]=>
          NULL
          ["created_at"]=>
          string(19) "2026-01-05 23:25:20"
          ["updated_at"]=>
          string(19) "2026-01-08 12:34:15"
          ["subscription_id"]=>
          NULL
          ["room_id"]=>
          string(7) "9579144"
          ["promotional_price"]=>
          NULL
          ["promotional_price_starts_at"]=>
          NULL
          ["promotional_price_ends_at"]=>
          NULL
          ["starts_at"]=>
          string(19) "2026-03-17 10:00:00"
          ["related_product_ids"]=>
          NULL
          ["date_of_publish"]=>
          string(19) "2025-12-31 15:16:00"
          ["is_visible"]=>
          bool(true)
          ["finish_at"]=>
          string(19) "2026-03-17 10:30:00"
          ["limit_of_participants"]=>
          NULL
          ["workshop_days"]=>
          NULL
          ["subscription_price"]=>
          string(1) "0"
          ["published_to"]=>
          NULL
          ["only_with_subscription"]=>
          bool(false)
          ["external_link"]=>
          NULL
          ["related_subscription_id"]=>
          NULL
          ["statute"]=>
          int(0)
          ["require_admin_confirmation"]=>
          bool(false)
          ["mobile_app_only"]=>
          bool(false)
        }
        ["changes":protected]=>
        array(0) {
        }
        ["casts":protected]=>
        array(11) {
          ["type"]=>
          string(33) "SCTeam\Products\Enums\ProductType"
          ["promotional_price_starts_at"]=>
          string(8) "datetime"
          ["promotional_price_ends_at"]=>
          string(8) "datetime"
          ["starts_at"]=>
          string(8) "datetime"
          ["finish_at"]=>
          string(8) "datetime"
          ["related_product_ids"]=>
          string(5) "array"
          ["date_of_publish"]=>
          string(8) "datetime"
          ["published_to"]=>
          string(8) "datetime"
          ["workshop_days"]=>
          string(5) "array"
          ["mobile_app_only"]=>
          string(7) "boolean"
          ["deleted_at"]=>
          string(8) "datetime"
        }
        ["classCastCache":protected]=>
        array(0) {
        }
        ["attributeCastCache":protected]=>
        array(0) {
        }
        ["dates":protected]=>
        array(0) {
        }
        ["dateFormat":protected]=>
        NULL
        ["appends":protected]=>
        array(3) {
          [0]=>
          string(9) "image_url"
          [1]=>
          string(3) "url"
          [2]=>
          string(12) "legal_status"
        }
        ["dispatchesEvents":protected]=>
        array(0) {
        }
        ["observables":protected]=>
        array(3) {
          [0]=>
          string(16) "createdWithMetas"
          [1]=>
          string(16) "updatedWithMetas"
          [2]=>
          string(14) "savedWithMetas"
        }
        ["relations":protected]=>
        array(5) {
          ["categories"]=>
          object(Illuminate\Database\Eloquent\Collection)#3124 (2) {
            ["items":protected]=>
            array(0) {
            }
            ["escapeWhenCastingToString":protected]=>
            bool(false)
          }
          ["tags"]=>
          object(Illuminate\Database\Eloquent\Collection)#3072 (2) {
            ["items":protected]=>
            array(1) {
              [0]=>
              object(SCTeam\Products\Models\ProductTag)#3051 (34) {
                ["connection":protected]=>
                string(5) "pgsql"
                ["table":protected]=>
                string(4) "tags"
                ["primaryKey":protected]=>
                string(2) "id"
                ["keyType":protected]=>
                string(3) "int"
                ["incrementing"]=>
                bool(true)
                ["with":protected]=>
                array(1) {
                  [0]=>
                  string(12) "translations"
                }
                ["withCount":protected]=>
                array(0) {
                }
                ["preventsLazyLoading"]=>
                bool(false)
                ["perPage":protected]=>
                int(15)
                ["exists"]=>
                bool(true)
                ["wasRecentlyCreated"]=>
                bool(false)
                ["escapeWhenCastingToString":protected]=>
                bool(false)
                ["attributes":protected]=>
                array(5) {
                  ["id"]=>
                  int(16)
                  ["created_at"]=>
                  string(19) "2025-08-21 15:49:46"
                  ["updated_at"]=>
                  string(19) "2025-08-21 15:49:46"
                  ["deleted_at"]=>
                  NULL
                  ["type"]=>
                  string(30) "SCTeam\Products\Models\Product"
                }
                ["original":protected]=>
                array(8) {
                  ["id"]=>
                  int(16)
                  ["created_at"]=>
                  string(19) "2025-08-21 15:49:46"
                  ["updated_at"]=>
                  string(19) "2025-08-21 15:49:46"
                  ["deleted_at"]=>
                  NULL
                  ["type"]=>
                  string(30) "SCTeam\Products\Models\Product"
                  ["pivot_taggable_id"]=>
                  int(51615)
                  ["pivot_tag_id"]=>
                  int(16)
                  ["pivot_taggable_type"]=>
                  string(30) "SCTeam\Products\Models\Product"
                }
                ["changes":protected]=>
                array(0) {
                }
                ["casts":protected]=>
                array(1) {
                  ["deleted_at"]=>
                  string(8) "datetime"
                }
                ["classCastCache":protected]=>
                array(0) {
                }
                ["attributeCastCache":protected]=>
                array(0) {
                }
                ["dates":protected]=>
                array(0) {
                }
                ["dateFormat":protected]=>
                NULL
                ["appends":protected]=>
                array(0) {
                }
                ["dispatchesEvents":protected]=>
                array(0) {
                }
                ["observables":protected]=>
                array(0) {
                }
                ["relations":protected]=>
                array(2) {
                  ["pivot"]=>
                  object(Illuminate\Database\Eloquent\Relations\MorphPivot)#3052 (35) {
                    ["connection":protected]=>
                    NULL
                    ["table":protected]=>
                    string(9) "taggables"
                    ["primaryKey":protected]=>
                    string(2) "id"
                    ["keyType":protected]=>
                    string(3) "int"
                    ["incrementing"]=>
                    bool(false)
                    ["with":protected]=>
                    array(0) {
                    }
                    ["withCount":protected]=>
                    array(0) {
                    }
                    ["preventsLazyLoading"]=>
                    bool(false)
                    ["perPage":protected]=>
                    int(15)
                    ["exists"]=>
                    bool(true)
                    ["wasRecentlyCreated"]=>
                    bool(false)
                    ["escapeWhenCastingToString":protected]=>
                    bool(false)
                    ["attributes":protected]=>
                    array(3) {
                      ["taggable_id"]=>
                      int(51615)
                      ["tag_id"]=>
                      int(16)
                      ["taggable_type"]=>
                      string(30) "SCTeam\Products\Models\Product"
                    }
                    ["original":protected]=>
                    array(3) {
                      ["taggable_id"]=>
                      int(51615)
                      ["tag_id"]=>
                      int(16)
                      ["taggable_type"]=>
                      string(30) "SCTeam\Products\Models\Product"
                    }
                    ["changes":protected]=>
                    array(0) {
                    }
                    ["casts":protected]=>
                    array(0) {
                    }
                    ["classCastCache":protected]=>
                    array(0) {
                    }
                    ["attributeCastCache":protected]=>
                    array(0) {
                    }
                    ["dates":protected]=>
                    array(0) {
                    }
                    ["dateFormat":protected]=>
                    NULL
                    ["appends":protected]=>
                    array(0) {
                    }
                    ["dispatchesEvents":protected]=>
                    array(0) {
                    }
                    ["observables":protected]=>
                    array(0) {
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["touches":protected]=>
                    array(0) {
                    }
                    ["timestamps"]=>
                    bool(false)
                    ["hidden":protected]=>
                    array(0) {
                    }
                    ["visible":protected]=>
                    array(0) {
                    }
                    ["fillable":protected]=>
                    array(0) {
                    }
                    ["guarded":protected]=>
                    array(0) {
                    }
                    ["pivotParent"]=>
                    object(App\Models\Product)#3148 (46) {
                      ["connection":protected]=>
                      NULL
                      ["table":protected]=>
                      string(8) "products"
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["keyType":protected]=>
                      string(3) "int"
                      ["incrementing"]=>
                      bool(true)
                      ["with":protected]=>
                      array(3) {
                        [0]=>
                        string(10) "categories"
                        [1]=>
                        string(4) "tags"
                        [2]=>
                        string(10) "attributes"
                      }
                      ["withCount":protected]=>
                      array(0) {
                      }
                      ["preventsLazyLoading"]=>
                      bool(false)
                      ["perPage":protected]=>
                      int(15)
                      ["exists"]=>
                      bool(false)
                      ["wasRecentlyCreated"]=>
                      bool(false)
                      ["escapeWhenCastingToString":protected]=>
                      bool(false)
                      ["attributes":protected]=>
                      array(0) {
                      }
                      ["original":protected]=>
                      array(0) {
                      }
                      ["changes":protected]=>
                      array(0) {
                      }
                      ["casts":protected]=>
                      array(11) {
                        ["type"]=>
                        string(33) "SCTeam\Products\Enums\ProductType"
                        ["promotional_price_starts_at"]=>
                        string(8) "datetime"
                        ["promotional_price_ends_at"]=>
                        string(8) "datetime"
                        ["starts_at"]=>
                        string(8) "datetime"
                        ["finish_at"]=>
                        string(8) "datetime"
                        ["related_product_ids"]=>
                        string(5) "array"
                        ["date_of_publish"]=>
                        string(8) "datetime"
                        ["published_to"]=>
                        string(8) "datetime"
                        ["workshop_days"]=>
                        string(5) "array"
                        ["mobile_app_only"]=>
                        string(7) "boolean"
                        ["deleted_at"]=>
                        string(8) "datetime"
                      }
                      ["classCastCache":protected]=>
                      array(0) {
                      }
                      ["attributeCastCache":protected]=>
                      array(0) {
                      }
                      ["dates":protected]=>
                      array(0) {
                      }
                      ["dateFormat":protected]=>
                      NULL
                      ["appends":protected]=>
                      array(3) {
                        [0]=>
                        string(9) "image_url"
                        [1]=>
                        string(3) "url"
                        [2]=>
                        string(12) "legal_status"
                      }
                      ["dispatchesEvents":protected]=>
                      array(0) {
                      }
                      ["observables":protected]=>
                      array(3) {
                        [0]=>
                        string(16) "createdWithMetas"
                        [1]=>
                        string(16) "updatedWithMetas"
                        [2]=>
                        string(14) "savedWithMetas"
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["touches":protected]=>
                      array(0) {
                      }
                      ["timestamps"]=>
                      bool(true)
                      ["hidden":protected]=>
                      array(0) {
                      }
                      ["visible":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(0) {
                      }
                      ["guarded":protected]=>
                      array(1) {
                        [0]=>
                        string(2) "id"
                      }
                      ["__metaData":protected]=>
                      NULL
                      ["__wasCreatedEventFired":protected]=>
                      bool(false)
                      ["__wasUpdatedEventFired":protected]=>
                      bool(false)
                      ["__wasSavedEventFired":protected]=>
                      bool(false)
                      ["translatedAttributes"]=>
                      array(4) {
                        [0]=>
                        string(4) "name"
                        [1]=>
                        string(7) "content"
                        [2]=>
                        string(11) "description"
                        [3]=>
                        string(15) "additional_info"
                      }
                      ["revisionPresenter":protected]=>
                      string(44) "SCTeam\Products\Presenters\Revisions\Product"
                      ["sortable":protected]=>
                      array(7) {
                        [0]=>
                        string(2) "id"
                        [1]=>
                        string(4) "slug"
                        [2]=>
                        string(5) "price"
                        [3]=>
                        string(9) "starts_at"
                        [4]=>
                        string(4) "type"
                        [5]=>
                        string(15) "date_of_publish"
                        [6]=>
                        string(32) "clickMeetingConference.starts_at"
                      }
                      ["metaTable":protected]=>
                      string(13) "products_meta"
                      ["forceDeleting":protected]=>
                      bool(false)
                      ["defaultLocale":protected]=>
                      NULL
                      ["mediaConversions"]=>
                      array(0) {
                      }
                      ["mediaCollections"]=>
                      array(0) {
                      }
                      ["deletePreservingMedia":protected]=>
                      bool(false)
                      ["unAttachedMediaLibraryItems":protected]=>
                      array(0) {
                      }
                      ["scoutMetadata":protected]=>
                      array(0) {
                      }
                      ["translationModel"]=>
                      string(41) "SCTeam\Products\Models\ProductTranslation"
                    }
                    ["foreignKey":protected]=>
                    string(11) "taggable_id"
                    ["relatedKey":protected]=>
                    string(6) "tag_id"
                    ["morphType":protected]=>
                    string(13) "taggable_type"
                    ["morphClass":protected]=>
                    string(30) "SCTeam\Products\Models\Product"
                  }
                  ["translations"]=>
                  object(Illuminate\Database\Eloquent\Collection)#3035 (2) {
                    ["items":protected]=>
                    array(1) {
                      [0]=>
                      object(SCTeam\Products\Models\ProductTagTranslation)#3031 (30) {
                        ["connection":protected]=>
                        string(5) "pgsql"
                        ["table":protected]=>
                        string(16) "tag_translations"
                        ["primaryKey":protected]=>
                        string(2) "id"
                        ["keyType":protected]=>
                        string(3) "int"
                        ["incrementing"]=>
                        bool(true)
                        ["with":protected]=>
                        array(0) {
                        }
                        ["withCount":protected]=>
                        array(0) {
                        }
                        ["preventsLazyLoading"]=>
                        bool(false)
                        ["perPage":protected]=>
                        int(15)
                        ["exists"]=>
                        bool(true)
                        ["wasRecentlyCreated"]=>
                        bool(false)
                        ["escapeWhenCastingToString":protected]=>
                        bool(false)
                        ["attributes":protected]=>
                        array(4) {
                          ["id"]=>
                          int(16)
                          ["tag_id"]=>
                          int(16)
                          ["locale"]=>
                          string(2) "pl"
                          ["title"]=>
                          string(20) "Kompetencje miękkie"
                        }
                        ["original":protected]=>
                        array(4) {
                          ["id"]=>
                          int(16)
                          ["tag_id"]=>
                          int(16)
                          ["locale"]=>
                          string(2) "pl"
                          ["title"]=>
                          string(20) "Kompetencje miękkie"
                        }
                        ["changes":protected]=>
                        array(0) {
                        }
                        ["casts":protected]=>
                        array(0) {
                        }
                        ["classCastCache":protected]=>
                        array(0) {
                        }
                        ["attributeCastCache":protected]=>
                        array(0) {
                        }
                        ["dates":protected]=>
                        array(0) {
                        }
                        ["dateFormat":protected]=>
                        NULL
                        ["appends":protected]=>
                        array(0) {
                        }
                        ["dispatchesEvents":protected]=>
                        array(0) {
                        }
                        ["observables":protected]=>
                        array(0) {
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["touches":protected]=>
                        array(0) {
                        }
                        ["timestamps"]=>
                        bool(false)
                        ["hidden":protected]=>
                        array(0) {
                        }
                        ["visible":protected]=>
                        array(0) {
                        }
                        ["fillable":protected]=>
                        array(1) {
                          [0]=>
                          string(5) "title"
                        }
                        ["guarded":protected]=>
                        array(1) {
                          [0]=>
                          string(1) "*"
                        }
                      }
                    }
                    ["escapeWhenCastingToString":protected]=>
                    bool(false)
                  }
                }
                ["touches":protected]=>
                array(0) {
                }
                ["timestamps"]=>
                bool(true)
                ["hidden":protected]=>
                array(0) {
                }
                ["visible":protected]=>
                array(0) {
                }
                ["fillable":protected]=>
                array(0) {
                }
                ["guarded":protected]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["translatedAttributes"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["revisionPresenter":protected]=>
                string(36) "SCTeam\Tags\Presenters\Revisions\Tag"
                ["forceDeleting":protected]=>
                bool(false)
                ["defaultLocale":protected]=>
                NULL
              }
            }
            ["escapeWhenCastingToString":protected]=>
            bool(false)
          }
          ["attributes"]=>
          object(Illuminate\Database\Eloquent\Collection)#3026 (2) {
            ["items":protected]=>
            array(0) {
            }
            ["escapeWhenCastingToString":protected]=>
            bool(false)
          }
          ["authors"]=>
          object(Illuminate\Database\Eloquent\Collection)#3001 (2) {
            ["items":protected]=>
            array(1) {
              [0]=>
              object(SCTeam\Auth\Models\User)#2983 (46) {
                ["connection":protected]=>
                string(5) "pgsql"
                ["table":protected]=>
                string(5) "users"
                ["primaryKey":protected]=>
                string(2) "id"
                ["keyType":protected]=>
                string(3) "int"
                ["incrementing"]=>
                bool(true)
                ["with":protected]=>
                array(0) {
                }
                ["withCount":protected]=>
                array(0) {
                }
                ["preventsLazyLoading"]=>
                bool(false)
                ["perPage":protected]=>
                int(15)
                ["exists"]=>
                bool(true)
                ["wasRecentlyCreated"]=>
                bool(false)
                ["escapeWhenCastingToString":protected]=>
                bool(false)
                ["attributes":protected]=>
                array(31) {
                  ["id"]=>
                  int(34864)
                  ["username"]=>
                  NULL
                  ["first_name"]=>
                  string(9) "Magdalena"
                  ["last_name"]=>
                  string(15) "Huczek-Makowska"
                  ["email"]=>
                  string(33) "magdalena.huczek.makowska@ltca.pl"
                  ["phone"]=>
                  NULL
                  ["mobile_phone"]=>
                  NULL
                  ["status"]=>
                  bool(true)
                  ["email_verified_at"]=>
                  NULL
                  ["password"]=>
                  string(60) "$2y$10$vYS98Le5IAhzuK6rxJT.uODgO.lKIO2KWO.6DG3I4ngt9KEFuEdHq"
                  ["allow_newsletter"]=>
                  bool(true)
                  ["api_token"]=>
                  string(60) "$2y$10$tZyGlmI8bWdmHUde/K2J0OsrIUStpT.tHXuWaE5/GdcdPF8SMqW2y"
                  ["facebook_id"]=>
                  NULL
                  ["google_id"]=>
                  NULL
                  ["remember_token"]=>
                  NULL
                  ["created_at"]=>
                  string(19) "2025-08-22 11:01:24"
                  ["updated_at"]=>
                  string(19) "2025-09-24 13:26:04"
                  ["deleted_at"]=>
                  NULL
                  ["two_factor_code"]=>
                  NULL
                  ["two_factor_expires_at"]=>
                  NULL
                  ["description"]=>
                  string(2061) "

Prawniczka z wykształcenia, managerka z pasji, mówczyni przykuwająca uwagę. Trenerka neurobiznesu, wykładowca akademicki. 

Członkini Zarządu Stowarzyszenia Profesjonalnych Mówczyń i Mówców. Od kilu lat współorganizuje i jest trenerką na Otwartych Warsztatach Wystąpień Publicznych. 

Ponad 25 lat doświadczenia w zarządzaniu pracownikami i zespołami o rozproszonej strukturze. Jako członek kadry managerskiej współodpowiedzialna za dwa największe strat-upy w branży finansowej – EuroBank i DB Kredyt w ramach Deutsche Bank. Dyrektor sprzedaży, członek zarządu spółek sektora bankowego i ubezpieczeniowego.  Twórczyni i właścicielka platformy ubezpieczeniowej Totalnie Zdalnie. 

Trenerka. Dzieli się doświadczeniem zdobytym w realnych sytuacjach biznesowych, co czyni szkolenia praktycznymi i efektywnymi.  Pracuje z firmami o ugruntowanej pozycji i start-upami. Specjalizuje się w odpowiedzialnej komunikacji, przywództwie, audytach sprzedażowych i zarządzaniu sprzedażą. Autorka szkolenia dla kadry managerskiej i przedsiębiorców, realizowanego w formule seminariów „Zarządzanie przy kawie”.  Szkoli grupy z wystąpień publicznych i wspiera indywidulanie przygotowując do wystąpień biznesowych, sprzedażowych i prelekcji.

Fanka ludzkiego mózgu, absolwentka studiów podyplomowych „Neuro - Przywództwo”, a obecnie wykłada na tym kierunku na Uczelni łazarskiego. Wie, że mózg ma moc, a wiedza o tym jak tę moc wykorzystać pozwala osiągać spektakularne rezultaty.

Kobieta energia, empatia i elastyczność. Uwielbia ludzi, chce z nimi rozmawiać i do nich mówić, dzielić się wiedzą, inspirować. Pasjonatka podróży.

" ["to_be_logged_out"]=> bool(false) ["parent_id"]=> NULL ["tpay_card_token"]=> NULL ["tpay_card_suffix"]=> NULL ["linkedin"]=> NULL ["large_photo_png"]=> string(48) "photos/user_34864_large_photo_png_1760419193.png" ["large_photo_webp"]=> string(50) "photos/user_34864_large_photo_webp_1760419193.webp" ["small_photo_png"]=> string(48) "photos/user_34864_small_photo_png_1760419193.png" ["small_photo_webp"]=> string(50) "photos/user_34864_small_photo_webp_1760419193.webp" ["hubspot_contact_id"]=> NULL } ["original":protected]=> array(33) { ["id"]=> int(34864) ["username"]=> NULL ["first_name"]=> string(9) "Magdalena" ["last_name"]=> string(15) "Huczek-Makowska" ["email"]=> string(33) "magdalena.huczek.makowska@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$vYS98Le5IAhzuK6rxJT.uODgO.lKIO2KWO.6DG3I4ngt9KEFuEdHq" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$tZyGlmI8bWdmHUde/K2J0OsrIUStpT.tHXuWaE5/GdcdPF8SMqW2y" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-08-22 11:01:24" ["updated_at"]=> string(19) "2025-09-24 13:26:04" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(2061) "

Prawniczka z wykształcenia, managerka z pasji, mówczyni przykuwająca uwagę. Trenerka neurobiznesu, wykładowca akademicki. 

Członkini Zarządu Stowarzyszenia Profesjonalnych Mówczyń i Mówców. Od kilu lat współorganizuje i jest trenerką na Otwartych Warsztatach Wystąpień Publicznych. 

Ponad 25 lat doświadczenia w zarządzaniu pracownikami i zespołami o rozproszonej strukturze. Jako członek kadry managerskiej współodpowiedzialna za dwa największe strat-upy w branży finansowej – EuroBank i DB Kredyt w ramach Deutsche Bank. Dyrektor sprzedaży, członek zarządu spółek sektora bankowego i ubezpieczeniowego.  Twórczyni i właścicielka platformy ubezpieczeniowej Totalnie Zdalnie. 

Trenerka. Dzieli się doświadczeniem zdobytym w realnych sytuacjach biznesowych, co czyni szkolenia praktycznymi i efektywnymi.  Pracuje z firmami o ugruntowanej pozycji i start-upami. Specjalizuje się w odpowiedzialnej komunikacji, przywództwie, audytach sprzedażowych i zarządzaniu sprzedażą. Autorka szkolenia dla kadry managerskiej i przedsiębiorców, realizowanego w formule seminariów „Zarządzanie przy kawie”.  Szkoli grupy z wystąpień publicznych i wspiera indywidulanie przygotowując do wystąpień biznesowych, sprzedażowych i prelekcji.

Fanka ludzkiego mózgu, absolwentka studiów podyplomowych „Neuro - Przywództwo”, a obecnie wykłada na tym kierunku na Uczelni łazarskiego. Wie, że mózg ma moc, a wiedza o tym jak tę moc wykorzystać pozwala osiągać spektakularne rezultaty.

Kobieta energia, empatia i elastyczność. Uwielbia ludzi, chce z nimi rozmawiać i do nich mówić, dzielić się wiedzą, inspirować. Pasjonatka podróży.

" ["to_be_logged_out"]=> bool(false) ["parent_id"]=> NULL ["tpay_card_token"]=> NULL ["tpay_card_suffix"]=> NULL ["linkedin"]=> NULL ["large_photo_png"]=> string(48) "photos/user_34864_large_photo_png_1760419193.png" ["large_photo_webp"]=> string(50) "photos/user_34864_large_photo_webp_1760419193.webp" ["small_photo_png"]=> string(48) "photos/user_34864_small_photo_png_1760419193.png" ["small_photo_webp"]=> string(50) "photos/user_34864_small_photo_webp_1760419193.webp" ["hubspot_contact_id"]=> NULL ["pivot_product_id"]=> int(51615) ["pivot_author_id"]=> int(34864) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(6) { ["email_verified_at"]=> string(8) "datetime" ["two_factor_expires_at"]=> string(8) "datetime" ["status"]=> string(28) "SCTeam\Auth\Enums\UserStatus" ["subscriptions.pivot.type"]=> string(43) "SCTeam\Subscriptions\Enums\SubscriptionType" ["subscriptions.pivot.validity_time_type"]=> string(35) "SCTeam\Subscriptions\Enums\TimeType" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(2) { [0]=> string(4) "name" [1]=> string(6) "avatar" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(1) { ["pivot"]=> object(Illuminate\Database\Eloquent\Relations\Pivot)#2984 (33) { ["connection":protected]=> NULL ["table":protected]=> string(14) "product_author" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(false) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(2) { ["product_id"]=> int(51615) ["author_id"]=> int(34864) } ["original":protected]=> array(2) { ["product_id"]=> int(51615) ["author_id"]=> int(34864) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["pivotParent"]=> object(App\Models\Product)#3042 (46) { ["connection":protected]=> NULL ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(false) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(0) { } ["original":protected]=> array(0) { } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } ["foreignKey":protected]=> string(10) "product_id" ["relatedKey":protected]=> string(9) "author_id" } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(2) { [0]=> string(8) "password" [1]=> string(14) "remember_token" } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["rememberTokenName":protected]=> string(14) "remember_token" ["revisionable":protected]=> array(8) { [0]=> string(10) "first_name" [1]=> string(9) "last_name" [2]=> string(5) "email" [3]=> string(5) "phone" [4]=> string(6) "status" [5]=> string(16) "allow_newsletter" [6]=> string(11) "facebook_id" [7]=> string(9) "google_id" } ["sortable":protected]=> array(5) { [0]=> string(2) "id" [1]=> string(10) "first_name" [2]=> string(9) "last_name" [3]=> string(5) "email" [4]=> string(10) "created_at" } ["accessToken":protected]=> NULL ["forceDeleting":protected]=> bool(false) ["roleClass":"SCTeam\Auth\Models\User":private]=> NULL ["permissionClass":"SCTeam\Auth\Models\User":private]=> NULL ["wildcardClass":"SCTeam\Auth\Models\User":private]=> NULL ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } } } ["escapeWhenCastingToString":protected]=> bool(false) } ["translations"]=> object(Illuminate\Database\Eloquent\Collection)#3000 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTranslation)#2977 (30) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(20) "product_translations" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(7) { ["id"]=> int(51615) ["product_id"]=> int(51615) ["locale"]=> string(2) "pl" ["name"]=> string(75) "Jak mówić, by ludzie słuchali – storytelling dla liderów i ekspertów" ["content"]=> string(1271) "

OPIS WEBINARU

Dla kogo: liderzy, menedżerowie, eksperci, sprzedawcy, HR-y.

Cel:

Pokazać, dlaczego historia jest jedynym przekazem, który niesie pełny kontekst, jak ją budować i jak wykorzystać w codziennej komunikacji – od spotkań zespołowych po wystąpienia publiczne.

Wartość w pigułce:

• Dowiesz się, dlaczego mózg traktuje historię jako prawdę, a fakt jako suchy zapis.

• Poznasz 7 elementów dobrej historii: czas teraźniejszy, emocje, triadę, zwrot akcji, zaskoczenie, pauzę i puentę.

• Zrozumiesz, jak dane (liczby, fakty) stają się przekonujące dopiero w historii.

 

PROGRAM

1. Dlaczego mózg kocha historie – neurobiologia kontekstu i emocji.

2. Fakty vs. opowieść – czemu dane bez kontekstu giną.

3. 7 elementów dobrej historii.

4. Data storytelling – jak liczby zamieniać w opowieść.

5. Q&A.

Dla uczestników:

• Mini-ściąga: „7 elementów dobrej historii”.

• Schemat triady (początek–konflikt–rozwiązanie).

• Checklista do opowiadania danych.

" ["description"]=> string(0) "" ["additional_info"]=> string(1187) "

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
17 marca 2026

Czas zakończenia:

10:30
17 marca 2026

Materiały:

Opublikowane będą na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

Nagranie:

Opublikowane będzie na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

" } ["original":protected]=> array(7) { ["id"]=> int(51615) ["product_id"]=> int(51615) ["locale"]=> string(2) "pl" ["name"]=> string(75) "Jak mówić, by ludzie słuchali – storytelling dla liderów i ekspertów" ["content"]=> string(1271) "

OPIS WEBINARU

Dla kogo: liderzy, menedżerowie, eksperci, sprzedawcy, HR-y.

Cel:

Pokazać, dlaczego historia jest jedynym przekazem, który niesie pełny kontekst, jak ją budować i jak wykorzystać w codziennej komunikacji – od spotkań zespołowych po wystąpienia publiczne.

Wartość w pigułce:

• Dowiesz się, dlaczego mózg traktuje historię jako prawdę, a fakt jako suchy zapis.

• Poznasz 7 elementów dobrej historii: czas teraźniejszy, emocje, triadę, zwrot akcji, zaskoczenie, pauzę i puentę.

• Zrozumiesz, jak dane (liczby, fakty) stają się przekonujące dopiero w historii.

 

PROGRAM

1. Dlaczego mózg kocha historie – neurobiologia kontekstu i emocji.

2. Fakty vs. opowieść – czemu dane bez kontekstu giną.

3. 7 elementów dobrej historii.

4. Data storytelling – jak liczby zamieniać w opowieść.

5. Q&A.

Dla uczestników:

• Mini-ściąga: „7 elementów dobrej historii”.

• Schemat triady (początek–konflikt–rozwiązanie).

• Checklista do opowiadania danych.

" ["description"]=> string(0) "" ["additional_info"]=> string(1187) "

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
17 marca 2026

Czas zakończenia:

10:30
17 marca 2026

Materiały:

Opublikowane będą na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

Nagranie:

Opublikowane będzie na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["guarded":protected]=> array(1) { [0]=> string(1) "*" } } } ["escapeWhenCastingToString":protected]=> bool(false) } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } [1]=> object(App\Models\Product)#3122 (46) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(28) { ["id"]=> int(51621) ["slug"]=> string(102) "komunikacja-bez-przemocy-jak-opanowac-emocje-i-rozmawiac-tak-aby-budowac-porozumienie-zamiast-napiecia" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-01-05 23:28:56" ["updated_at"]=> string(19) "2026-01-08 12:34:37" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9579148" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-03-26 10:00:00" ["related_product_ids"]=> NULL ["date_of_publish"]=> string(19) "2026-01-05 23:26:00" ["is_visible"]=> bool(true) ["finish_at"]=> string(19) "2026-03-26 11:00:00" ["limit_of_participants"]=> NULL ["workshop_days"]=> NULL ["subscription_price"]=> string(1) "0" ["published_to"]=> NULL ["only_with_subscription"]=> bool(false) ["external_link"]=> NULL ["related_subscription_id"]=> NULL ["statute"]=> int(0) ["require_admin_confirmation"]=> bool(false) ["mobile_app_only"]=> bool(false) } ["original":protected]=> array(28) { ["id"]=> int(51621) ["slug"]=> string(102) "komunikacja-bez-przemocy-jak-opanowac-emocje-i-rozmawiac-tak-aby-budowac-porozumienie-zamiast-napiecia" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-01-05 23:28:56" ["updated_at"]=> string(19) "2026-01-08 12:34:37" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9579148" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-03-26 10:00:00" ["related_product_ids"]=> NULL ["date_of_publish"]=> string(19) "2026-01-05 23:26:00" ["is_visible"]=> bool(true) ["finish_at"]=> string(19) "2026-03-26 11:00:00" ["limit_of_participants"]=> NULL ["workshop_days"]=> NULL ["subscription_price"]=> string(1) "0" ["published_to"]=> NULL ["only_with_subscription"]=> bool(false) ["external_link"]=> NULL ["related_subscription_id"]=> NULL ["statute"]=> int(0) ["require_admin_confirmation"]=> bool(false) ["mobile_app_only"]=> bool(false) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(5) { ["categories"]=> object(Illuminate\Database\Eloquent\Collection)#3106 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["tags"]=> object(Illuminate\Database\Eloquent\Collection)#3111 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTag)#3050 (34) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(4) "tags" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(1) { [0]=> string(12) "translations" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(5) { ["id"]=> int(16) ["created_at"]=> string(19) "2025-08-21 15:49:46" ["updated_at"]=> string(19) "2025-08-21 15:49:46" ["deleted_at"]=> NULL ["type"]=> string(30) "SCTeam\Products\Models\Product" } ["original":protected]=> array(8) { ["id"]=> int(16) ["created_at"]=> string(19) "2025-08-21 15:49:46" ["updated_at"]=> string(19) "2025-08-21 15:49:46" ["deleted_at"]=> NULL ["type"]=> string(30) "SCTeam\Products\Models\Product" ["pivot_taggable_id"]=> int(51621) ["pivot_tag_id"]=> int(16) ["pivot_taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(1) { ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(2) { ["pivot"]=> object(Illuminate\Database\Eloquent\Relations\MorphPivot)#3062 (35) { ["connection":protected]=> NULL ["table":protected]=> string(9) "taggables" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(false) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(3) { ["taggable_id"]=> int(51621) ["tag_id"]=> int(16) ["taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["original":protected]=> array(3) { ["taggable_id"]=> int(51621) ["tag_id"]=> int(16) ["taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["pivotParent"]=> object(App\Models\Product)#3148 (46) { ["connection":protected]=> NULL ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(false) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(0) { } ["original":protected]=> array(0) { } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } ["foreignKey":protected]=> string(11) "taggable_id" ["relatedKey":protected]=> string(6) "tag_id" ["morphType":protected]=> string(13) "taggable_type" ["morphClass":protected]=> string(30) "SCTeam\Products\Models\Product" } ["translations"]=> object(Illuminate\Database\Eloquent\Collection)#3070 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTagTranslation)#3031 (30) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(16) "tag_translations" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(4) { ["id"]=> int(16) ["tag_id"]=> int(16) ["locale"]=> string(2) "pl" ["title"]=> string(20) "Kompetencje miękkie" } ["original":protected]=> array(4) { ["id"]=> int(16) ["tag_id"]=> int(16) ["locale"]=> string(2) "pl" ["title"]=> string(20) "Kompetencje miękkie" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(1) { [0]=> string(5) "title" } ["guarded":protected]=> array(1) { [0]=> string(1) "*" } } } ["escapeWhenCastingToString":protected]=> bool(false) } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["translatedAttributes"]=> array(1) { [0]=> string(5) "title" } ["revisionPresenter":protected]=> string(36) "SCTeam\Tags\Presenters\Revisions\Tag" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL } } ["escapeWhenCastingToString":protected]=> bool(false) } ["attributes"]=> object(Illuminate\Database\Eloquent\Collection)#3021 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["authors"]=> object(Illuminate\Database\Eloquent\Collection)#3029 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Auth\Models\User)#2982 (46) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(5) "users" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(31) { ["id"]=> int(38114) ["username"]=> NULL ["first_name"]=> string(4) "Anna" ["last_name"]=> string(10) "Brzozowska" ["email"]=> string(23) "anna.brzozowska@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$HJS17fg//U7JuL0zF1dQhOm1XAYOSUGw8ACz5ZALTm9495sbYaJa2" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$XWveshtgRELjSk91/iucUO3CK.ZT9iK/6WmiWK6sMR699mnnHgQAu" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-11-27 12:39:35" ["updated_at"]=> string(19) "2026-01-23 13:02:30" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(2652) "

Psycholog zmiany, marketingowiec, trener, certyfikowany konsultant MTQ. Jestem psychologiem, marketingowcem i trenerem, który łączy doświadczenie biznesowe z psychologicznym podejściem do rozwoju pracowników w organizacji. Przez ponad 20 lat pełniłam funkcje menedżerskie i dyrektorskie w międzynarodowych firmach, w których zarządzałam zespołami, projektami i markami. Od kilku lat rozwijam się w obszarze psychologii i coachingu, a od 2025 roku prowadzę szkolenia dla firm. Specjalizuję się w tematach związanych z rozwojem i zmianą, komunikacją bez przemocy oraz dobrostanem w miejscu pracy. Jako certyfikowany konsultant MTQ pomagam organizacjom rozwijać odpornośc psychiczną pracowników, co przekłada się na ich większe zaangażowanie i efektywność.

Główne obszary szkoleniowe i przykładowe tematy:

  1. Odporność psychiczna w praktyce. Jak rozumieć i wzmacniać odporność psychiczną w zespole - diagnoza, interpretacja wyników, narzędzia do budowania osobistej siły psychicznej.
  2. Komunikacja, która wspiera współpracę. Jak rozmawiać, by budować porozumienie i zaangażowanie - oparte na zasadach „komunikacji bez przemocy”.
  3. Feedback, który rozwija. Jak udzielać informacji zwrotnej w sposób motywujący, budujący relacje i odpowiedzialność w zespole.
  4. Well-being w pracy. Jak dbać o siebie w świecie ciągłej presji i zadań, nie tracąc motywacji i radości z pracy.
  5. Wypalenie zawodowe. Jak wspierać siebie i zespół w obliczu zmian, zmęczenia i przeciążenia emocjonalnego.

Wykształcenie:

  • Uniwersytet SWP - Psychologia - Magister
  • Szkoła Coachów Meritum - Coach
  • Szkoła Główna Handlowa - Marketing i Zarządzanie - Magister
  • Akademia Leona Koźmińskiego - Marketing internetowy - studia podyplomowe
  • W trakcie szkolenia TSR - Terapeuta skoncentrowany na rozwiązaniach
  • Certyfikat MTQ - badanie i rozwój odporności psychicznej - Konsultant

Styl pracy

Pracuję z empatią, uważnością i szacunkiem dla indywidualnych historii - wierzę, że dobra relacja i poczucie bezpieczeństwa są podstawą prawdziwej zmiany. Moje szkolenia angażują uczestników, pomagają zrozumieć siebie i innych, a także dostarczają konkretnych narzędzi do zastosowania w codziennej pracy.

" ["to_be_logged_out"]=> bool(false) ["parent_id"]=> NULL ["tpay_card_token"]=> NULL ["tpay_card_suffix"]=> NULL ["linkedin"]=> NULL ["large_photo_png"]=> string(48) "photos/user_38114_large_photo_png_1769169750.png" ["large_photo_webp"]=> string(50) "photos/user_38114_large_photo_webp_1769169750.webp" ["small_photo_png"]=> string(48) "photos/user_38114_small_photo_png_1769169750.png" ["small_photo_webp"]=> string(50) "photos/user_38114_small_photo_webp_1769169750.webp" ["hubspot_contact_id"]=> NULL } ["original":protected]=> array(33) { ["id"]=> int(38114) ["username"]=> NULL ["first_name"]=> string(4) "Anna" ["last_name"]=> string(10) "Brzozowska" ["email"]=> string(23) "anna.brzozowska@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$HJS17fg//U7JuL0zF1dQhOm1XAYOSUGw8ACz5ZALTm9495sbYaJa2" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$XWveshtgRELjSk91/iucUO3CK.ZT9iK/6WmiWK6sMR699mnnHgQAu" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-11-27 12:39:35" ["updated_at"]=> string(19) "2026-01-23 13:02:30" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(2652) "

Psycholog zmiany, marketingowiec, trener, certyfikowany konsultant MTQ. Jestem psychologiem, marketingowcem i trenerem, który łączy doświadczenie biznesowe z psychologicznym podejściem do rozwoju pracowników w organizacji. Przez ponad 20 lat pełniłam funkcje menedżerskie i dyrektorskie w międzynarodowych firmach, w których zarządzałam zespołami, projektami i markami. Od kilku lat rozwijam się w obszarze psychologii i coachingu, a od 2025 roku prowadzę szkolenia dla firm. Specjalizuję się w tematach związanych z rozwojem i zmianą, komunikacją bez przemocy oraz dobrostanem w miejscu pracy. Jako certyfikowany konsultant MTQ pomagam organizacjom rozwijać odpornośc psychiczną pracowników, co przekłada się na ich większe zaangażowanie i efektywność.

Główne obszary szkoleniowe i przykładowe tematy:

  1. Odporność psychiczna w praktyce. Jak rozumieć i wzmacniać odporność psychiczną w zespole - diagnoza, interpretacja wyników, narzędzia do budowania osobistej siły psychicznej.
  2. Komunikacja, która wspiera współpracę. Jak rozmawiać, by budować porozumienie i zaangażowanie - oparte na zasadach „komunikacji bez przemocy”.
  3. Feedback, który rozwija. Jak udzielać informacji zwrotnej w sposób motywujący, budujący relacje i odpowiedzialność w zespole.
  4. Well-being w pracy. Jak dbać o siebie w świecie ciągłej presji i zadań, nie tracąc motywacji i radości z pracy.
  5. Wypalenie zawodowe. Jak wspierać siebie i zespół w obliczu zmian, zmęczenia i przeciążenia emocjonalnego.

Wykształcenie:

  • Uniwersytet SWP - Psychologia - Magister
  • Szkoła Coachów Meritum - Coach
  • Szkoła Główna Handlowa - Marketing i Zarządzanie - Magister
  • Akademia Leona Koźmińskiego - Marketing internetowy - studia podyplomowe
  • W trakcie szkolenia TSR - Terapeuta skoncentrowany na rozwiązaniach
  • Certyfikat MTQ - badanie i rozwój odporności psychicznej - Konsultant

Styl pracy

Pracuję z empatią, uważnością i szacunkiem dla indywidualnych historii - wierzę, że dobra relacja i poczucie bezpieczeństwa są podstawą prawdziwej zmiany. Moje szkolenia angażują uczestników, pomagają zrozumieć siebie i innych, a także dostarczają konkretnych narzędzi do zastosowania w codziennej pracy.

" ["to_be_logged_out"]=> bool(false) ["parent_id"]=> NULL ["tpay_card_token"]=> NULL ["tpay_card_suffix"]=> NULL ["linkedin"]=> NULL ["large_photo_png"]=> string(48) "photos/user_38114_large_photo_png_1769169750.png" ["large_photo_webp"]=> string(50) "photos/user_38114_large_photo_webp_1769169750.webp" ["small_photo_png"]=> string(48) "photos/user_38114_small_photo_png_1769169750.png" ["small_photo_webp"]=> string(50) "photos/user_38114_small_photo_webp_1769169750.webp" ["hubspot_contact_id"]=> NULL ["pivot_product_id"]=> int(51621) ["pivot_author_id"]=> int(38114) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(6) { ["email_verified_at"]=> string(8) "datetime" ["two_factor_expires_at"]=> string(8) "datetime" ["status"]=> string(28) "SCTeam\Auth\Enums\UserStatus" ["subscriptions.pivot.type"]=> string(43) "SCTeam\Subscriptions\Enums\SubscriptionType" ["subscriptions.pivot.validity_time_type"]=> string(35) "SCTeam\Subscriptions\Enums\TimeType" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(2) { [0]=> string(4) "name" [1]=> string(6) "avatar" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(1) { ["pivot"]=> object(Illuminate\Database\Eloquent\Relations\Pivot)#2993 (33) { ["connection":protected]=> NULL ["table":protected]=> string(14) "product_author" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(false) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(2) { ["product_id"]=> int(51621) ["author_id"]=> int(38114) } ["original":protected]=> array(2) { ["product_id"]=> int(51621) ["author_id"]=> int(38114) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["pivotParent"]=> object(App\Models\Product)#3042 (46) { ["connection":protected]=> NULL ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(false) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(0) { } ["original":protected]=> array(0) { } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } ["foreignKey":protected]=> string(10) "product_id" ["relatedKey":protected]=> string(9) "author_id" } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(2) { [0]=> string(8) "password" [1]=> string(14) "remember_token" } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["rememberTokenName":protected]=> string(14) "remember_token" ["revisionable":protected]=> array(8) { [0]=> string(10) "first_name" [1]=> string(9) "last_name" [2]=> string(5) "email" [3]=> string(5) "phone" [4]=> string(6) "status" [5]=> string(16) "allow_newsletter" [6]=> string(11) "facebook_id" [7]=> string(9) "google_id" } ["sortable":protected]=> array(5) { [0]=> string(2) "id" [1]=> string(10) "first_name" [2]=> string(9) "last_name" [3]=> string(5) "email" [4]=> string(10) "created_at" } ["accessToken":protected]=> NULL ["forceDeleting":protected]=> bool(false) ["roleClass":"SCTeam\Auth\Models\User":private]=> NULL ["permissionClass":"SCTeam\Auth\Models\User":private]=> NULL ["wildcardClass":"SCTeam\Auth\Models\User":private]=> NULL ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } } } ["escapeWhenCastingToString":protected]=> bool(false) } ["translations"]=> object(Illuminate\Database\Eloquent\Collection)#3014 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTranslation)#2976 (30) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(20) "product_translations" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(7) { ["id"]=> int(51621) ["product_id"]=> int(51621) ["locale"]=> string(2) "pl" ["name"]=> string(110) "Komunikacja bez przemocy. Jak opanować emocje i rozmawiać tak, aby budować porozumienie, zamiast napięcia." ["content"]=> string(1374) "

OPIS WEBINARU

Emocje są naturalną częścią każdej rozmowy – zwłaszcza w sytuacjach presji, nieporozumień czy konfliktu. Sztuką jest jednak komunikować się w sposób, który nie rani, lecz buduje zrozumienie i współpracę. Podczas tego webinaru uczestnicy poznają zasady komunikacji bez przemocy (NVC) Marshalla Rosenberga oraz nauczą się, jak stosować je w praktyce – w rozmowach z zespołem, współpracownikami czy klientami.

Uczestnicy dowiedzą się m.in.:

- jak rozpoznawać i nazywać emocje, zanim przerodzą się w reakcję obronną,

- jak odróżniać fakty od interpretacji i ocen,

- jak formułować komunikaty oparte na potrzebach, nie oskarżeniach,

- jak reagować na trudne emocje innych z empatią i spokojem,

- jak prowadzić rozmowy, które wspierają współpracę i zaufanie.

Efekt:

Uczestnik zyskuje świadomość, jak emocje wpływają na sposób komunikowania się i jak można wykorzystać język empatii, by budować relacje oparte na zaufaniu. Webinar pozwala doświadczyć pierwszych kroków w kierunku komunikacji bez przemocy i stanowi punkt wyjścia do dalszego, pogłębionego treningu umiejętności dialogu opartego na zrozumieniu.

" ["description"]=> string(0) "" ["additional_info"]=> string(1187) "

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
26 marca 2026

Czas zakończenia:

11:00
26 marca 2026

Materiały:

Opublikowane będą na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

Nagranie:

Opublikowane będzie na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

" } ["original":protected]=> array(7) { ["id"]=> int(51621) ["product_id"]=> int(51621) ["locale"]=> string(2) "pl" ["name"]=> string(110) "Komunikacja bez przemocy. Jak opanować emocje i rozmawiać tak, aby budować porozumienie, zamiast napięcia." ["content"]=> string(1374) "

OPIS WEBINARU

Emocje są naturalną częścią każdej rozmowy – zwłaszcza w sytuacjach presji, nieporozumień czy konfliktu. Sztuką jest jednak komunikować się w sposób, który nie rani, lecz buduje zrozumienie i współpracę. Podczas tego webinaru uczestnicy poznają zasady komunikacji bez przemocy (NVC) Marshalla Rosenberga oraz nauczą się, jak stosować je w praktyce – w rozmowach z zespołem, współpracownikami czy klientami.

Uczestnicy dowiedzą się m.in.:

- jak rozpoznawać i nazywać emocje, zanim przerodzą się w reakcję obronną,

- jak odróżniać fakty od interpretacji i ocen,

- jak formułować komunikaty oparte na potrzebach, nie oskarżeniach,

- jak reagować na trudne emocje innych z empatią i spokojem,

- jak prowadzić rozmowy, które wspierają współpracę i zaufanie.

Efekt:

Uczestnik zyskuje świadomość, jak emocje wpływają na sposób komunikowania się i jak można wykorzystać język empatii, by budować relacje oparte na zaufaniu. Webinar pozwala doświadczyć pierwszych kroków w kierunku komunikacji bez przemocy i stanowi punkt wyjścia do dalszego, pogłębionego treningu umiejętności dialogu opartego na zrozumieniu.

" ["description"]=> string(0) "" ["additional_info"]=> string(1187) "

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
26 marca 2026

Czas zakończenia:

11:00
26 marca 2026

Materiały:

Opublikowane będą na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

Nagranie:

Opublikowane będzie na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["guarded":protected]=> array(1) { [0]=> string(1) "*" } } } ["escapeWhenCastingToString":protected]=> bool(false) } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } [2]=> object(App\Models\Product)#3121 (46) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(28) { ["id"]=> int(51888) ["slug"]=> string(62) "przygotowanie-do-negocjacji-przewaga-zanim-usiadziesz-do-stolu" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-03-03 22:58:45" ["updated_at"]=> string(19) "2026-03-11 08:48:21" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9722335" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-04-08 10:00:00" ["related_product_ids"]=> NULL ["date_of_publish"]=> string(19) "2026-03-03 10:47:00" ["is_visible"]=> bool(true) ["finish_at"]=> string(19) "2026-04-08 10:40:00" ["limit_of_participants"]=> NULL ["workshop_days"]=> NULL ["subscription_price"]=> string(1) "0" ["published_to"]=> NULL ["only_with_subscription"]=> bool(false) ["external_link"]=> NULL ["related_subscription_id"]=> NULL ["statute"]=> int(0) ["require_admin_confirmation"]=> bool(false) ["mobile_app_only"]=> bool(false) } ["original":protected]=> array(28) { ["id"]=> int(51888) ["slug"]=> string(62) "przygotowanie-do-negocjacji-przewaga-zanim-usiadziesz-do-stolu" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-03-03 22:58:45" ["updated_at"]=> string(19) "2026-03-11 08:48:21" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9722335" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-04-08 10:00:00" ["related_product_ids"]=> NULL ["date_of_publish"]=> string(19) "2026-03-03 10:47:00" ["is_visible"]=> bool(true) ["finish_at"]=> string(19) "2026-04-08 10:40:00" ["limit_of_participants"]=> NULL ["workshop_days"]=> NULL ["subscription_price"]=> string(1) "0" ["published_to"]=> NULL ["only_with_subscription"]=> bool(false) ["external_link"]=> NULL ["related_subscription_id"]=> NULL ["statute"]=> int(0) ["require_admin_confirmation"]=> bool(false) ["mobile_app_only"]=> bool(false) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(5) { ["categories"]=> object(Illuminate\Database\Eloquent\Collection)#3108 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["tags"]=> object(Illuminate\Database\Eloquent\Collection)#3075 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTag)#3048 (34) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(4) "tags" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(1) { [0]=> string(12) "translations" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(5) { ["id"]=> int(16) ["created_at"]=> string(19) "2025-08-21 15:49:46" ["updated_at"]=> string(19) "2025-08-21 15:49:46" ["deleted_at"]=> NULL ["type"]=> string(30) "SCTeam\Products\Models\Product" } ["original":protected]=> array(8) { ["id"]=> int(16) ["created_at"]=> string(19) "2025-08-21 15:49:46" ["updated_at"]=> string(19) "2025-08-21 15:49:46" ["deleted_at"]=> NULL ["type"]=> string(30) "SCTeam\Products\Models\Product" ["pivot_taggable_id"]=> int(51888) ["pivot_tag_id"]=> int(16) ["pivot_taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(1) { ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(2) { ["pivot"]=> object(Illuminate\Database\Eloquent\Relations\MorphPivot)#3066 (35) { ["connection":protected]=> NULL ["table":protected]=> string(9) "taggables" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(false) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(3) { ["taggable_id"]=> int(51888) ["tag_id"]=> int(16) ["taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["original":protected]=> array(3) { ["taggable_id"]=> int(51888) ["tag_id"]=> int(16) ["taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["pivotParent"]=> object(App\Models\Product)#3148 (46) { ["connection":protected]=> NULL ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(false) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(0) { } ["original":protected]=> array(0) { } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } ["foreignKey":protected]=> string(11) "taggable_id" ["relatedKey":protected]=> string(6) "tag_id" ["morphType":protected]=> string(13) "taggable_type" ["morphClass":protected]=> string(30) "SCTeam\Products\Models\Product" } ["translations"]=> object(Illuminate\Database\Eloquent\Collection)#3040 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTagTranslation)#3031 (30) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(16) "tag_translations" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(4) { ["id"]=> int(16) ["tag_id"]=> int(16) ["locale"]=> string(2) "pl" ["title"]=> string(20) "Kompetencje miękkie" } ["original":protected]=> array(4) { ["id"]=> int(16) ["tag_id"]=> int(16) ["locale"]=> string(2) "pl" ["title"]=> string(20) "Kompetencje miękkie" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(1) { [0]=> string(5) "title" } ["guarded":protected]=> array(1) { [0]=> string(1) "*" } } } ["escapeWhenCastingToString":protected]=> bool(false) } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["translatedAttributes"]=> array(1) { [0]=> string(5) "title" } ["revisionPresenter":protected]=> string(36) "SCTeam\Tags\Presenters\Revisions\Tag" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL } } ["escapeWhenCastingToString":protected]=> bool(false) } ["attributes"]=> object(Illuminate\Database\Eloquent\Collection)#3024 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["authors"]=> object(Illuminate\Database\Eloquent\Collection)#3004 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Auth\Models\User)#2980 (46) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(5) "users" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(31) { ["id"]=> int(34867) ["username"]=> NULL ["first_name"]=> string(6) "Emilia" ["last_name"]=> string(8) "Sędziak" ["email"]=> string(22) "emilia.sedziak@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$H/EyZhLs3aTk1DnR7w17huMF.GyXQH/xjvGD8hkX.Gp7jHnzANpBu" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$o.NaNAebRu0iaqut34hh3uKi9uSfSu6EW0DDG9UgnZUIkvr3ycKia" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-08-22 11:02:02" ["updated_at"]=> string(19) "2025-09-24 14:19:41" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(1225) "

Międzynarodowa negocjatorka, doradczyni zarządów i mentorka komunikacji. Ponad 10 lat pracowała w korporacji, zarządzała międzynarodowym zespołem i odpowiadała za przenoszenie procesów biznesowych z innych krajów do Polski. Od 2019 r. prowadzi firmę konsultingową. Specjalizuje się w negocjacjach o wysokiej stawce — kontraktach, warunkach współpracy, przejęciach i fuzjach — na styku biznesu, prawa i wpływu. Pracuje z zarządami, kancelariami, zakupami i liderami branż; prowadzi szkolenia (PL/EN) dla prawników, sprzedaży, zakupów i liderów projektów. Łączy psychologię wpływu, techniki FBI/CIA, taktyczną empatię i język władzy — uczy przejmowania kontroli nad rozmową w warunkach nacisku i konfliktu. Współautorka kursu „Skuteczne Strategie Negocjacyjne” (z Maksymem Komarem) i autorka e-booka „Przewodnik po Negocjacjach”; setki godzin warsztatów na koncie. Laureatka tytułu „Lider wśród Trenerów Biznesowych” (Polish Businesswomen Awards 2021); wykładowczyni biznesu w j. angielskim (ANS Konin, Uniwersytet MERITO).

" ["to_be_logged_out"]=> bool(false) ["parent_id"]=> NULL ["tpay_card_token"]=> NULL ["tpay_card_suffix"]=> NULL ["linkedin"]=> NULL ["large_photo_png"]=> string(48) "photos/user_34867_large_photo_png_1760419063.png" ["large_photo_webp"]=> string(50) "photos/user_34867_large_photo_webp_1760419063.webp" ["small_photo_png"]=> string(48) "photos/user_34867_small_photo_png_1760419063.png" ["small_photo_webp"]=> string(50) "photos/user_34867_small_photo_webp_1760419063.webp" ["hubspot_contact_id"]=> NULL } ["original":protected]=> array(33) { ["id"]=> int(34867) ["username"]=> NULL ["first_name"]=> string(6) "Emilia" ["last_name"]=> string(8) "Sędziak" ["email"]=> string(22) "emilia.sedziak@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$H/EyZhLs3aTk1DnR7w17huMF.GyXQH/xjvGD8hkX.Gp7jHnzANpBu" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$o.NaNAebRu0iaqut34hh3uKi9uSfSu6EW0DDG9UgnZUIkvr3ycKia" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-08-22 11:02:02" ["updated_at"]=> string(19) "2025-09-24 14:19:41" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(1225) "

Międzynarodowa negocjatorka, doradczyni zarządów i mentorka komunikacji. Ponad 10 lat pracowała w korporacji, zarządzała międzynarodowym zespołem i odpowiadała za przenoszenie procesów biznesowych z innych krajów do Polski. Od 2019 r. prowadzi firmę konsultingową. Specjalizuje się w negocjacjach o wysokiej stawce — kontraktach, warunkach współpracy, przejęciach i fuzjach — na styku biznesu, prawa i wpływu. Pracuje z zarządami, kancelariami, zakupami i liderami branż; prowadzi szkolenia (PL/EN) dla prawników, sprzedaży, zakupów i liderów projektów. Łączy psychologię wpływu, techniki FBI/CIA, taktyczną empatię i język władzy — uczy przejmowania kontroli nad rozmową w warunkach nacisku i konfliktu. Współautorka kursu „Skuteczne Strategie Negocjacyjne” (z Maksymem Komarem) i autorka e-booka „Przewodnik po Negocjacjach”; setki godzin warsztatów na koncie. Laureatka tytułu „Lider wśród Trenerów Biznesowych” (Polish Businesswomen Awards 2021); wykładowczyni biznesu w j. angielskim (ANS Konin, Uniwersytet MERITO).

" ["to_be_logged_out"]=> bool(false) ["parent_id"]=> NULL ["tpay_card_token"]=> NULL ["tpay_card_suffix"]=> NULL ["linkedin"]=> NULL ["large_photo_png"]=> string(48) "photos/user_34867_large_photo_png_1760419063.png" ["large_photo_webp"]=> string(50) "photos/user_34867_large_photo_webp_1760419063.webp" ["small_photo_png"]=> string(48) "photos/user_34867_small_photo_png_1760419063.png" ["small_photo_webp"]=> string(50) "photos/user_34867_small_photo_webp_1760419063.webp" ["hubspot_contact_id"]=> NULL ["pivot_product_id"]=> int(51888) ["pivot_author_id"]=> int(34867) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(6) { ["email_verified_at"]=> string(8) "datetime" ["two_factor_expires_at"]=> string(8) "datetime" ["status"]=> string(28) "SCTeam\Auth\Enums\UserStatus" ["subscriptions.pivot.type"]=> string(43) "SCTeam\Subscriptions\Enums\SubscriptionType" ["subscriptions.pivot.validity_time_type"]=> string(35) "SCTeam\Subscriptions\Enums\TimeType" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(2) { [0]=> string(4) "name" [1]=> string(6) "avatar" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(1) { ["pivot"]=> object(Illuminate\Database\Eloquent\Relations\Pivot)#2995 (33) { ["connection":protected]=> NULL ["table":protected]=> string(14) "product_author" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(false) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(2) { ["product_id"]=> int(51888) ["author_id"]=> int(34867) } ["original":protected]=> array(2) { ["product_id"]=> int(51888) ["author_id"]=> int(34867) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["pivotParent"]=> object(App\Models\Product)#3042 (46) { ["connection":protected]=> NULL ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(false) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(0) { } ["original":protected]=> array(0) { } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } ["foreignKey":protected]=> string(10) "product_id" ["relatedKey":protected]=> string(9) "author_id" } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(2) { [0]=> string(8) "password" [1]=> string(14) "remember_token" } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["rememberTokenName":protected]=> string(14) "remember_token" ["revisionable":protected]=> array(8) { [0]=> string(10) "first_name" [1]=> string(9) "last_name" [2]=> string(5) "email" [3]=> string(5) "phone" [4]=> string(6) "status" [5]=> string(16) "allow_newsletter" [6]=> string(11) "facebook_id" [7]=> string(9) "google_id" } ["sortable":protected]=> array(5) { [0]=> string(2) "id" [1]=> string(10) "first_name" [2]=> string(9) "last_name" [3]=> string(5) "email" [4]=> string(10) "created_at" } ["accessToken":protected]=> NULL ["forceDeleting":protected]=> bool(false) ["roleClass":"SCTeam\Auth\Models\User":private]=> NULL ["permissionClass":"SCTeam\Auth\Models\User":private]=> NULL ["wildcardClass":"SCTeam\Auth\Models\User":private]=> NULL ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } } } ["escapeWhenCastingToString":protected]=> bool(false) } ["translations"]=> object(Illuminate\Database\Eloquent\Collection)#3017 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTranslation)#2974 (30) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(20) "product_translations" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(7) { ["id"]=> int(51888) ["product_id"]=> int(51888) ["locale"]=> string(2) "pl" ["name"]=> string(66) "Przygotowanie do negocjacji - przewaga zanim usiądziesz do stołu" ["content"]=> string(2004) "

OPIS WEBINARU

WEBINAR: Przygotowanie do negocjacji — przewaga zanim usiądziesz do stołu — 40 min

Kiedy: do ustalenia (online)

Dla kogo: handlowcy, KAM/BDM, liderzy sprzedaży, osoby negocjujące warunki z klientami i działami zakupów.

Cel

Zobaczysz, jak zbudować przewagę jeszcze przed rozmową: ustawić cele i granice, przygotować drabinkę koncesji, zmapować decydentów i mieć gotowy plan „co jeśli…”.

Wartość w pigułce

• Brief 1-stronicowy: Ambicja–Cel bazowy–Linia graniczna + lista zmiennych do wymiany.

• Drabinka koncesji i MESO: 2–3 równoważne propozycje gotowe przed spotkaniem.

• Mapa wpływu: kto na kogo działa i czym; sekwencja gry i dowodów.

• Playbook „co jeśli”: opór, wycofanie, deadline, skrajna kotwica.

• MAP-lite: kto–co–kiedy po rozmowie, żeby temat nie „wisiał”.

 

PROGRAM

1.        Cel, granice, architektura koncesji: jak wejść w rozmowę z planem, nie z nadzieją.

2.        Analiza strony przeciwnej: interesy, presje, ścieżka decyzji, realne „czerwone lampki”.

3.        Psychoprofilowanie i testy wpływu: jak sprawdzić styl rozmówcy przed ofertą.

4.        Mapa wpływu i sekwencja gry: właściwe osoby we właściwej kolejności + właściwe dowody.

5.        „Co jeśli…”: szybkie reakcje na opór, wycofanie, presję czasu i skrajną kotwicę.

6.        Q&A.

Dla uczestników

• Mini-ściąga (1 strona): Brief 1-pager, Drabinka koncesji, MESO builder, Mapa wpływu, Playbook „co jeśli…”, wzór MAP-lite.

" ["description"]=> string(0) "" ["additional_info"]=> string(1193) "

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
08 kwietnia 2026

Czas zakończenia:

10:40
08 kwietnia 2026

Materiały:

Opublikowane będą na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

Nagranie:

Opublikowane będzie na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

" } ["original":protected]=> array(7) { ["id"]=> int(51888) ["product_id"]=> int(51888) ["locale"]=> string(2) "pl" ["name"]=> string(66) "Przygotowanie do negocjacji - przewaga zanim usiądziesz do stołu" ["content"]=> string(2004) "

OPIS WEBINARU

WEBINAR: Przygotowanie do negocjacji — przewaga zanim usiądziesz do stołu — 40 min

Kiedy: do ustalenia (online)

Dla kogo: handlowcy, KAM/BDM, liderzy sprzedaży, osoby negocjujące warunki z klientami i działami zakupów.

Cel

Zobaczysz, jak zbudować przewagę jeszcze przed rozmową: ustawić cele i granice, przygotować drabinkę koncesji, zmapować decydentów i mieć gotowy plan „co jeśli…”.

Wartość w pigułce

• Brief 1-stronicowy: Ambicja–Cel bazowy–Linia graniczna + lista zmiennych do wymiany.

• Drabinka koncesji i MESO: 2–3 równoważne propozycje gotowe przed spotkaniem.

• Mapa wpływu: kto na kogo działa i czym; sekwencja gry i dowodów.

• Playbook „co jeśli”: opór, wycofanie, deadline, skrajna kotwica.

• MAP-lite: kto–co–kiedy po rozmowie, żeby temat nie „wisiał”.

 

PROGRAM

1.        Cel, granice, architektura koncesji: jak wejść w rozmowę z planem, nie z nadzieją.

2.        Analiza strony przeciwnej: interesy, presje, ścieżka decyzji, realne „czerwone lampki”.

3.        Psychoprofilowanie i testy wpływu: jak sprawdzić styl rozmówcy przed ofertą.

4.        Mapa wpływu i sekwencja gry: właściwe osoby we właściwej kolejności + właściwe dowody.

5.        „Co jeśli…”: szybkie reakcje na opór, wycofanie, presję czasu i skrajną kotwicę.

6.        Q&A.

Dla uczestników

• Mini-ściąga (1 strona): Brief 1-pager, Drabinka koncesji, MESO builder, Mapa wpływu, Playbook „co jeśli…”, wzór MAP-lite.

" ["description"]=> string(0) "" ["additional_info"]=> string(1193) "

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
08 kwietnia 2026

Czas zakończenia:

10:40
08 kwietnia 2026

Materiały:

Opublikowane będą na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

Nagranie:

Opublikowane będzie na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["guarded":protected]=> array(1) { [0]=> string(1) "*" } } } ["escapeWhenCastingToString":protected]=> bool(false) } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } [3]=> object(App\Models\Product)#3120 (46) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(28) { ["id"]=> int(51889) ["slug"]=> string(69) "zmiana-w-organizacji-dlaczego-zespoly-blokuja-decyzje-ktore-maja-sens" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-03-03 22:58:45" ["updated_at"]=> string(19) "2026-03-04 09:43:26" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9722336" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-04-13 10:00:00" ["related_product_ids"]=> NULL ["date_of_publish"]=> string(19) "2026-03-03 10:47:00" ["is_visible"]=> bool(true) ["finish_at"]=> string(19) "2026-04-13 10:30:00" ["limit_of_participants"]=> NULL ["workshop_days"]=> NULL ["subscription_price"]=> string(1) "0" ["published_to"]=> NULL ["only_with_subscription"]=> bool(false) ["external_link"]=> NULL ["related_subscription_id"]=> NULL ["statute"]=> int(0) ["require_admin_confirmation"]=> bool(false) ["mobile_app_only"]=> bool(false) } ["original":protected]=> array(28) { ["id"]=> int(51889) ["slug"]=> string(69) "zmiana-w-organizacji-dlaczego-zespoly-blokuja-decyzje-ktore-maja-sens" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-03-03 22:58:45" ["updated_at"]=> string(19) "2026-03-04 09:43:26" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9722336" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-04-13 10:00:00" ["related_product_ids"]=> NULL ["date_of_publish"]=> string(19) "2026-03-03 10:47:00" ["is_visible"]=> bool(true) ["finish_at"]=> string(19) "2026-04-13 10:30:00" ["limit_of_participants"]=> NULL ["workshop_days"]=> NULL ["subscription_price"]=> string(1) "0" ["published_to"]=> NULL ["only_with_subscription"]=> bool(false) ["external_link"]=> NULL ["related_subscription_id"]=> NULL ["statute"]=> int(0) ["require_admin_confirmation"]=> bool(false) ["mobile_app_only"]=> bool(false) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(5) { ["categories"]=> object(Illuminate\Database\Eloquent\Collection)#3109 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["tags"]=> object(Illuminate\Database\Eloquent\Collection)#3077 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTag)#3047 (34) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(4) "tags" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(1) { [0]=> string(12) "translations" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(5) { ["id"]=> int(16) ["created_at"]=> string(19) "2025-08-21 15:49:46" ["updated_at"]=> string(19) "2025-08-21 15:49:46" ["deleted_at"]=> NULL ["type"]=> string(30) "SCTeam\Products\Models\Product" } ["original":protected]=> array(8) { ["id"]=> int(16) ["created_at"]=> string(19) "2025-08-21 15:49:46" ["updated_at"]=> string(19) "2025-08-21 15:49:46" ["deleted_at"]=> NULL ["type"]=> string(30) "SCTeam\Products\Models\Product" ["pivot_taggable_id"]=> int(51889) ["pivot_tag_id"]=> int(16) ["pivot_taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(1) { ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(2) { ["pivot"]=> object(Illuminate\Database\Eloquent\Relations\MorphPivot)#3067 (35) { ["connection":protected]=> NULL ["table":protected]=> string(9) "taggables" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(false) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(3) { ["taggable_id"]=> int(51889) ["tag_id"]=> int(16) ["taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["original":protected]=> array(3) { ["taggable_id"]=> int(51889) ["tag_id"]=> int(16) ["taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["pivotParent"]=> object(App\Models\Product)#3148 (46) { ["connection":protected]=> NULL ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(false) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(0) { } ["original":protected]=> array(0) { } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } ["foreignKey":protected]=> string(11) "taggable_id" ["relatedKey":protected]=> string(6) "tag_id" ["morphType":protected]=> string(13) "taggable_type" ["morphClass":protected]=> string(30) "SCTeam\Products\Models\Product" } ["translations"]=> object(Illuminate\Database\Eloquent\Collection)#3041 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTagTranslation)#3031 (30) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(16) "tag_translations" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(4) { ["id"]=> int(16) ["tag_id"]=> int(16) ["locale"]=> string(2) "pl" ["title"]=> string(20) "Kompetencje miękkie" } ["original":protected]=> array(4) { ["id"]=> int(16) ["tag_id"]=> int(16) ["locale"]=> string(2) "pl" ["title"]=> string(20) "Kompetencje miękkie" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(1) { [0]=> string(5) "title" } ["guarded":protected]=> array(1) { [0]=> string(1) "*" } } } ["escapeWhenCastingToString":protected]=> bool(false) } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["translatedAttributes"]=> array(1) { [0]=> string(5) "title" } ["revisionPresenter":protected]=> string(36) "SCTeam\Tags\Presenters\Revisions\Tag" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL } } ["escapeWhenCastingToString":protected]=> bool(false) } ["attributes"]=> object(Illuminate\Database\Eloquent\Collection)#3025 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["authors"]=> object(Illuminate\Database\Eloquent\Collection)#3005 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Auth\Models\User)#2979 (46) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(5) "users" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(31) { ["id"]=> int(34865) ["username"]=> NULL ["first_name"]=> string(4) "Anna" ["last_name"]=> string(6) "Schulz" ["email"]=> string(19) "anna.schulz@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$B5wy2DolMgKlhcYzebtSReVVBcs8C0NNTdyeFdGhYP/elseSFyDSK" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$/Ot8v21XnzmARVDfFTe7V.CQzPhHoGBYrleXuxcheB.OyG2Dpgm/i" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-08-22 11:01:36" ["updated_at"]=> string(19) "2025-08-22 11:07:59" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(1517) "

Mentorka biznesu, mówczyni, członkini Loży Wielkopolskiej BBC i ex-dyrektorka HR z międzynarodowym doświadczeniem. Przez 12 lat zarządzała zespołami HR w Polsce, krajach DACH, Holandii oraz Finlandii w drugiej co do wielkości firmie modowej na świecie – H&M. Dziś wspiera liderów i właścicieli firm w budowaniu skutecznych oraz przyjaznych miejsc pracy poprzez wzmacnianie ich kompetencji liderskich m.in. w zakresie umiejętności komunikacyjnych (w tym prowadzenia trudnych rozmów z pracownikami), delegowania zadań, motywowania i budowania zaangażowania czy przywództwa w dobie AI. Prowadzi kursy online, sesje mentoringowe i konsultacje 1:1. W swojej pracy przyczynia się do realizacji strategii biznesowej poprzez budowanie polityki personalnej i kreowanie struktur zatrudnienia na miarę potrzeb biznesu, z sukcesem wspierając liderki i liderów w doborze odpowiednich specjalistów i wspierając ich w realizacji celów biznesowych. Jako trenerka współpracowała m.in z takimi firmami jak H&M, Generali, Toyota, Laminam.

" ["to_be_logged_out"]=> bool(false) ["parent_id"]=> NULL ["tpay_card_token"]=> NULL ["tpay_card_suffix"]=> NULL ["linkedin"]=> NULL ["large_photo_png"]=> string(48) "photos/user_34865_large_photo_png_1760419124.png" ["large_photo_webp"]=> string(50) "photos/user_34865_large_photo_webp_1760419124.webp" ["small_photo_png"]=> string(48) "photos/user_34865_small_photo_png_1760419124.png" ["small_photo_webp"]=> string(50) "photos/user_34865_small_photo_webp_1760419124.webp" ["hubspot_contact_id"]=> NULL } ["original":protected]=> array(33) { ["id"]=> int(34865) ["username"]=> NULL ["first_name"]=> string(4) "Anna" ["last_name"]=> string(6) "Schulz" ["email"]=> string(19) "anna.schulz@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$B5wy2DolMgKlhcYzebtSReVVBcs8C0NNTdyeFdGhYP/elseSFyDSK" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$/Ot8v21XnzmARVDfFTe7V.CQzPhHoGBYrleXuxcheB.OyG2Dpgm/i" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-08-22 11:01:36" ["updated_at"]=> string(19) "2025-08-22 11:07:59" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(1517) "

Mentorka biznesu, mówczyni, członkini Loży Wielkopolskiej BBC i ex-dyrektorka HR z międzynarodowym doświadczeniem. Przez 12 lat zarządzała zespołami HR w Polsce, krajach DACH, Holandii oraz Finlandii w drugiej co do wielkości firmie modowej na świecie – H&M. Dziś wspiera liderów i właścicieli firm w budowaniu skutecznych oraz przyjaznych miejsc pracy poprzez wzmacnianie ich kompetencji liderskich m.in. w zakresie umiejętności komunikacyjnych (w tym prowadzenia trudnych rozmów z pracownikami), delegowania zadań, motywowania i budowania zaangażowania czy przywództwa w dobie AI. Prowadzi kursy online, sesje mentoringowe i konsultacje 1:1. W swojej pracy przyczynia się do realizacji strategii biznesowej poprzez budowanie polityki personalnej i kreowanie struktur zatrudnienia na miarę potrzeb biznesu, z sukcesem wspierając liderki i liderów w doborze odpowiednich specjalistów i wspierając ich w realizacji celów biznesowych. Jako trenerka współpracowała m.in z takimi firmami jak H&M, Generali, Toyota, Laminam.

" ["to_be_logged_out"]=> bool(false) ["parent_id"]=> NULL ["tpay_card_token"]=> NULL ["tpay_card_suffix"]=> NULL ["linkedin"]=> NULL ["large_photo_png"]=> string(48) "photos/user_34865_large_photo_png_1760419124.png" ["large_photo_webp"]=> string(50) "photos/user_34865_large_photo_webp_1760419124.webp" ["small_photo_png"]=> string(48) "photos/user_34865_small_photo_png_1760419124.png" ["small_photo_webp"]=> string(50) "photos/user_34865_small_photo_webp_1760419124.webp" ["hubspot_contact_id"]=> NULL ["pivot_product_id"]=> int(51889) ["pivot_author_id"]=> int(34865) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(6) { ["email_verified_at"]=> string(8) "datetime" ["two_factor_expires_at"]=> string(8) "datetime" ["status"]=> string(28) "SCTeam\Auth\Enums\UserStatus" ["subscriptions.pivot.type"]=> string(43) "SCTeam\Subscriptions\Enums\SubscriptionType" ["subscriptions.pivot.validity_time_type"]=> string(35) "SCTeam\Subscriptions\Enums\TimeType" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(2) { [0]=> string(4) "name" [1]=> string(6) "avatar" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(1) { ["pivot"]=> object(Illuminate\Database\Eloquent\Relations\Pivot)#2996 (33) { ["connection":protected]=> NULL ["table":protected]=> string(14) "product_author" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(false) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(2) { ["product_id"]=> int(51889) ["author_id"]=> int(34865) } ["original":protected]=> array(2) { ["product_id"]=> int(51889) ["author_id"]=> int(34865) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["pivotParent"]=> object(App\Models\Product)#3042 (46) { ["connection":protected]=> NULL ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(false) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(0) { } ["original":protected]=> array(0) { } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } ["foreignKey":protected]=> string(10) "product_id" ["relatedKey":protected]=> string(9) "author_id" } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(2) { [0]=> string(8) "password" [1]=> string(14) "remember_token" } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["rememberTokenName":protected]=> string(14) "remember_token" ["revisionable":protected]=> array(8) { [0]=> string(10) "first_name" [1]=> string(9) "last_name" [2]=> string(5) "email" [3]=> string(5) "phone" [4]=> string(6) "status" [5]=> string(16) "allow_newsletter" [6]=> string(11) "facebook_id" [7]=> string(9) "google_id" } ["sortable":protected]=> array(5) { [0]=> string(2) "id" [1]=> string(10) "first_name" [2]=> string(9) "last_name" [3]=> string(5) "email" [4]=> string(10) "created_at" } ["accessToken":protected]=> NULL ["forceDeleting":protected]=> bool(false) ["roleClass":"SCTeam\Auth\Models\User":private]=> NULL ["permissionClass":"SCTeam\Auth\Models\User":private]=> NULL ["wildcardClass":"SCTeam\Auth\Models\User":private]=> NULL ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } } } ["escapeWhenCastingToString":protected]=> bool(false) } ["translations"]=> object(Illuminate\Database\Eloquent\Collection)#3016 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTranslation)#2973 (30) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(20) "product_translations" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(7) { ["id"]=> int(51889) ["product_id"]=> int(51889) ["locale"]=> string(2) "pl" ["name"]=> string(75) "Zmiana w organizacji: dlaczego zespoły blokują decyzje, które mają sens" ["content"]=> string(1065) "

OPIS WEBINARU

Zmiana w organizacji: dlaczego zespoły blokują decyzje, które mają sens

 

PROGRAM

Zmiana w organizacji: dlaczego zespoły blokują decyzje, które mają sens

1. Wprowadzenie do tematu zmiany (5 min)

Czego oczekuje biznes, a czego potrzebują pracownicy?

Co najczęściej blokuje zespoły w procesie zmiany

2. Błąd nr 1: Zmiana bez przygotowania ludzi (7 min)

Ogłaszanie decyzji bez budowania gotowości zespołu

3. Błąd nr 2: Ignorowanie reakcji pracowników w trakcie zmiany (7 min)

Traktowanie emocji jako problemu zamiast informacji

4. Błąd nr 3: Pomijanie faktu, że lider sam jest w zmianie (6 min)

Presja, nadkontrola lub wycofanie

5. Podsumowanie i zaproszenie na szkolenie (5 min)

Co decyduje o skuteczności zmiany

Rola kadry zarządzającej w procesie wprowadzania zmiany

Zaproszenie na szkolenie „Jak skutecznie przeprowadzić ludzi przez zmianę”

" ["description"]=> string(0) "" ["additional_info"]=> string(1193) "

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
13 kwietnia 2026

Czas zakończenia:

10:30
13 kwietnia 2026

Materiały:

Opublikowane będą na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

Nagranie:

Opublikowane będzie na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

" } ["original":protected]=> array(7) { ["id"]=> int(51889) ["product_id"]=> int(51889) ["locale"]=> string(2) "pl" ["name"]=> string(75) "Zmiana w organizacji: dlaczego zespoły blokują decyzje, które mają sens" ["content"]=> string(1065) "

OPIS WEBINARU

Zmiana w organizacji: dlaczego zespoły blokują decyzje, które mają sens

 

PROGRAM

Zmiana w organizacji: dlaczego zespoły blokują decyzje, które mają sens

1. Wprowadzenie do tematu zmiany (5 min)

Czego oczekuje biznes, a czego potrzebują pracownicy?

Co najczęściej blokuje zespoły w procesie zmiany

2. Błąd nr 1: Zmiana bez przygotowania ludzi (7 min)

Ogłaszanie decyzji bez budowania gotowości zespołu

3. Błąd nr 2: Ignorowanie reakcji pracowników w trakcie zmiany (7 min)

Traktowanie emocji jako problemu zamiast informacji

4. Błąd nr 3: Pomijanie faktu, że lider sam jest w zmianie (6 min)

Presja, nadkontrola lub wycofanie

5. Podsumowanie i zaproszenie na szkolenie (5 min)

Co decyduje o skuteczności zmiany

Rola kadry zarządzającej w procesie wprowadzania zmiany

Zaproszenie na szkolenie „Jak skutecznie przeprowadzić ludzi przez zmianę”

" ["description"]=> string(0) "" ["additional_info"]=> string(1193) "

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
13 kwietnia 2026

Czas zakończenia:

10:30
13 kwietnia 2026

Materiały:

Opublikowane będą na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

Nagranie:

Opublikowane będzie na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["guarded":protected]=> array(1) { [0]=> string(1) "*" } } } ["escapeWhenCastingToString":protected]=> bool(false) } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } [4]=> object(App\Models\Product)#3119 (46) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(28) { ["id"]=> int(51890) ["slug"]=> string(42) "jak-angazowac-odbiorcow-na-scenie-i-online" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-03-03 22:58:45" ["updated_at"]=> string(19) "2026-03-04 10:02:38" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9722337" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-04-14 10:00:00" ["related_product_ids"]=> NULL ["date_of_publish"]=> string(19) "2026-03-03 10:47:00" ["is_visible"]=> bool(true) ["finish_at"]=> string(19) "2026-04-14 10:30:00" ["limit_of_participants"]=> NULL ["workshop_days"]=> NULL ["subscription_price"]=> string(1) "0" ["published_to"]=> NULL ["only_with_subscription"]=> bool(false) ["external_link"]=> NULL ["related_subscription_id"]=> NULL ["statute"]=> int(0) ["require_admin_confirmation"]=> bool(false) ["mobile_app_only"]=> bool(false) } ["original":protected]=> array(28) { ["id"]=> int(51890) ["slug"]=> string(42) "jak-angazowac-odbiorcow-na-scenie-i-online" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-03-03 22:58:45" ["updated_at"]=> string(19) "2026-03-04 10:02:38" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9722337" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-04-14 10:00:00" ["related_product_ids"]=> NULL ["date_of_publish"]=> string(19) "2026-03-03 10:47:00" ["is_visible"]=> bool(true) ["finish_at"]=> string(19) "2026-04-14 10:30:00" ["limit_of_participants"]=> NULL ["workshop_days"]=> NULL ["subscription_price"]=> string(1) "0" ["published_to"]=> NULL ["only_with_subscription"]=> bool(false) ["external_link"]=> NULL ["related_subscription_id"]=> NULL ["statute"]=> int(0) ["require_admin_confirmation"]=> bool(false) ["mobile_app_only"]=> bool(false) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(5) { ["categories"]=> object(Illuminate\Database\Eloquent\Collection)#3107 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["tags"]=> object(Illuminate\Database\Eloquent\Collection)#3078 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTag)#3046 (34) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(4) "tags" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(1) { [0]=> string(12) "translations" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(5) { ["id"]=> int(16) ["created_at"]=> string(19) "2025-08-21 15:49:46" ["updated_at"]=> string(19) "2025-08-21 15:49:46" ["deleted_at"]=> NULL ["type"]=> string(30) "SCTeam\Products\Models\Product" } ["original":protected]=> array(8) { ["id"]=> int(16) ["created_at"]=> string(19) "2025-08-21 15:49:46" ["updated_at"]=> string(19) "2025-08-21 15:49:46" ["deleted_at"]=> NULL ["type"]=> string(30) "SCTeam\Products\Models\Product" ["pivot_taggable_id"]=> int(51890) ["pivot_tag_id"]=> int(16) ["pivot_taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(1) { ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(2) { ["pivot"]=> object(Illuminate\Database\Eloquent\Relations\MorphPivot)#3065 (35) { ["connection":protected]=> NULL ["table":protected]=> string(9) "taggables" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(false) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(3) { ["taggable_id"]=> int(51890) ["tag_id"]=> int(16) ["taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["original":protected]=> array(3) { ["taggable_id"]=> int(51890) ["tag_id"]=> int(16) ["taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["pivotParent"]=> object(App\Models\Product)#3148 (46) { ["connection":protected]=> NULL ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(false) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(0) { } ["original":protected]=> array(0) { } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } ["foreignKey":protected]=> string(11) "taggable_id" ["relatedKey":protected]=> string(6) "tag_id" ["morphType":protected]=> string(13) "taggable_type" ["morphClass":protected]=> string(30) "SCTeam\Products\Models\Product" } ["translations"]=> object(Illuminate\Database\Eloquent\Collection)#3039 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTagTranslation)#3031 (30) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(16) "tag_translations" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(4) { ["id"]=> int(16) ["tag_id"]=> int(16) ["locale"]=> string(2) "pl" ["title"]=> string(20) "Kompetencje miękkie" } ["original":protected]=> array(4) { ["id"]=> int(16) ["tag_id"]=> int(16) ["locale"]=> string(2) "pl" ["title"]=> string(20) "Kompetencje miękkie" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(1) { [0]=> string(5) "title" } ["guarded":protected]=> array(1) { [0]=> string(1) "*" } } } ["escapeWhenCastingToString":protected]=> bool(false) } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["translatedAttributes"]=> array(1) { [0]=> string(5) "title" } ["revisionPresenter":protected]=> string(36) "SCTeam\Tags\Presenters\Revisions\Tag" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL } } ["escapeWhenCastingToString":protected]=> bool(false) } ["attributes"]=> object(Illuminate\Database\Eloquent\Collection)#3022 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["authors"]=> object(Illuminate\Database\Eloquent\Collection)#3010 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Auth\Models\User)#2978 (46) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(5) "users" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(31) { ["id"]=> int(34866) ["username"]=> NULL ["first_name"]=> string(11) "Małgorzata" ["last_name"]=> string(10) "Dzieciniak" ["email"]=> string(29) "malgorzata.dzieciniak@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$DZ.a.jKwZ0/CGDAYcvf3/.yIQOuDj0msXhwwpX4UXValXqG4tr50K" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$X7c/eiecirzlaxN7KfmRdepuufsiiiREzGZp/qRbjHpMRTn2v/xMu" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-08-22 11:01:51" ["updated_at"]=> string(19) "2025-08-22 11:10:45" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(1092) "

Dziennikarka telewizyjna, ekspertka. Spędziła 18 lat na szlifowaniu  sztuki wystąpień publicznych. Doświadczenie zdobywała na pierwszej linii telewizyjnych  wydarzeń w największych newsowych stacjach w Polsce (TVP Poznań, TVP Info, TVN24,  TVNBiŚ) pracując jako prezenterka, reporterka i prowadząca programy publicystyczne, a także jako producentka, wydawca i następnie szefowa wydawców porannego programu  lifestylowego „Pytanie na Śniadanie” TVP2. Jej doświadczenie na stanowisku rzecznika  prasowego i dyrektorki Biura Obsługi Medialnej w jednym z Ministerstw pozwoliło na  pogłębienie wiedzy z zakresu budowania skutecznej narracji, wizerunku i radzenia sobie w  sytuacjach dużego stresu. Oferuje autorskie szkolenia, oparte o rozwój osobisty, które  wyposażą Cię nie tylko w wiedzę techniczną, ale przede wszystkim zbudują w Tobie żelazną  pewność siebie. Odkryj sekrety profesjonalistów i poczuj prawdziwy luz na scenie.

" ["to_be_logged_out"]=> bool(false) ["parent_id"]=> NULL ["tpay_card_token"]=> NULL ["tpay_card_suffix"]=> NULL ["linkedin"]=> NULL ["large_photo_png"]=> string(48) "photos/user_34866_large_photo_png_1760419089.png" ["large_photo_webp"]=> string(50) "photos/user_34866_large_photo_webp_1760419089.webp" ["small_photo_png"]=> string(48) "photos/user_34866_small_photo_png_1760419089.png" ["small_photo_webp"]=> string(50) "photos/user_34866_small_photo_webp_1760419089.webp" ["hubspot_contact_id"]=> NULL } ["original":protected]=> array(33) { ["id"]=> int(34866) ["username"]=> NULL ["first_name"]=> string(11) "Małgorzata" ["last_name"]=> string(10) "Dzieciniak" ["email"]=> string(29) "malgorzata.dzieciniak@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$DZ.a.jKwZ0/CGDAYcvf3/.yIQOuDj0msXhwwpX4UXValXqG4tr50K" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$X7c/eiecirzlaxN7KfmRdepuufsiiiREzGZp/qRbjHpMRTn2v/xMu" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-08-22 11:01:51" ["updated_at"]=> string(19) "2025-08-22 11:10:45" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(1092) "

Dziennikarka telewizyjna, ekspertka. Spędziła 18 lat na szlifowaniu  sztuki wystąpień publicznych. Doświadczenie zdobywała na pierwszej linii telewizyjnych  wydarzeń w największych newsowych stacjach w Polsce (TVP Poznań, TVP Info, TVN24,  TVNBiŚ) pracując jako prezenterka, reporterka i prowadząca programy publicystyczne, a także jako producentka, wydawca i następnie szefowa wydawców porannego programu  lifestylowego „Pytanie na Śniadanie” TVP2. Jej doświadczenie na stanowisku rzecznika  prasowego i dyrektorki Biura Obsługi Medialnej w jednym z Ministerstw pozwoliło na  pogłębienie wiedzy z zakresu budowania skutecznej narracji, wizerunku i radzenia sobie w  sytuacjach dużego stresu. Oferuje autorskie szkolenia, oparte o rozwój osobisty, które  wyposażą Cię nie tylko w wiedzę techniczną, ale przede wszystkim zbudują w Tobie żelazną  pewność siebie. Odkryj sekrety profesjonalistów i poczuj prawdziwy luz na scenie.

" ["to_be_logged_out"]=> bool(false) ["parent_id"]=> NULL ["tpay_card_token"]=> NULL ["tpay_card_suffix"]=> NULL ["linkedin"]=> NULL ["large_photo_png"]=> string(48) "photos/user_34866_large_photo_png_1760419089.png" ["large_photo_webp"]=> string(50) "photos/user_34866_large_photo_webp_1760419089.webp" ["small_photo_png"]=> string(48) "photos/user_34866_small_photo_png_1760419089.png" ["small_photo_webp"]=> string(50) "photos/user_34866_small_photo_webp_1760419089.webp" ["hubspot_contact_id"]=> NULL ["pivot_product_id"]=> int(51890) ["pivot_author_id"]=> int(34866) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(6) { ["email_verified_at"]=> string(8) "datetime" ["two_factor_expires_at"]=> string(8) "datetime" ["status"]=> string(28) "SCTeam\Auth\Enums\UserStatus" ["subscriptions.pivot.type"]=> string(43) "SCTeam\Subscriptions\Enums\SubscriptionType" ["subscriptions.pivot.validity_time_type"]=> string(35) "SCTeam\Subscriptions\Enums\TimeType" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(2) { [0]=> string(4) "name" [1]=> string(6) "avatar" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(1) { ["pivot"]=> object(Illuminate\Database\Eloquent\Relations\Pivot)#2994 (33) { ["connection":protected]=> NULL ["table":protected]=> string(14) "product_author" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(false) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(2) { ["product_id"]=> int(51890) ["author_id"]=> int(34866) } ["original":protected]=> array(2) { ["product_id"]=> int(51890) ["author_id"]=> int(34866) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["pivotParent"]=> object(App\Models\Product)#3042 (46) { ["connection":protected]=> NULL ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(false) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(0) { } ["original":protected]=> array(0) { } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } ["foreignKey":protected]=> string(10) "product_id" ["relatedKey":protected]=> string(9) "author_id" } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(2) { [0]=> string(8) "password" [1]=> string(14) "remember_token" } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["rememberTokenName":protected]=> string(14) "remember_token" ["revisionable":protected]=> array(8) { [0]=> string(10) "first_name" [1]=> string(9) "last_name" [2]=> string(5) "email" [3]=> string(5) "phone" [4]=> string(6) "status" [5]=> string(16) "allow_newsletter" [6]=> string(11) "facebook_id" [7]=> string(9) "google_id" } ["sortable":protected]=> array(5) { [0]=> string(2) "id" [1]=> string(10) "first_name" [2]=> string(9) "last_name" [3]=> string(5) "email" [4]=> string(10) "created_at" } ["accessToken":protected]=> NULL ["forceDeleting":protected]=> bool(false) ["roleClass":"SCTeam\Auth\Models\User":private]=> NULL ["permissionClass":"SCTeam\Auth\Models\User":private]=> NULL ["wildcardClass":"SCTeam\Auth\Models\User":private]=> NULL ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } } } ["escapeWhenCastingToString":protected]=> bool(false) } ["translations"]=> object(Illuminate\Database\Eloquent\Collection)#3008 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTranslation)#2972 (30) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(20) "product_translations" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(7) { ["id"]=> int(51890) ["product_id"]=> int(51890) ["locale"]=> string(2) "pl" ["name"]=> string(46) "JAK ANGAŻOWAĆ ODBIORCÓW NA SCENIE I ONLINE?" ["content"]=> string(2169) "

OPIS WEBINARU

Dla kogo?: Osoby występujące publicznie, prowadzące spotkania, prezentacje i szkolenia – zarówno na żywo, jak i w formie online.

Cel: Pokazanie, jak skutecznie budować relację z publicznością, utrzymać uwagę i tworzyć angażujące interakcje bez względu na formę wystąpienia.

WARTOŚĆ W PIGUŁCE:

  • Dowiesz się, co sprawia, że odbiorcy naprawdę Cię słuchają
  • Poznasz techniki angażowania i reagowania na publiczność – na żywo i online
  • Nauczysz się radzić sobie, gdy odbiorcy milczą, są zmęczeni lub nie reagują
  • Otrzymasz praktyczną checklistę angażującego wystąpienia

 

PROGRAM

1.        Wprowadzenie – Psychologia zaangażowania: Co sprawia, że słuchamy uważnie? Jak długo odbiorcy utrzymują uwagę? + Pytanie do uczestników (czat)

2.        Nastawienie mówcy – energia i intencja: Zaangażowanie zaczyna się od Ciebie; Jak wyczuć grupę i dostosować przekaz; Bądź ciekawy i otwarty na swoich słuchaczy

3.        Interakcje na żywo – jak wciągać publiczność?: Pytania otwarte, retoryczne, sonda, anegdoty, dygresje, metafory; siła odniesień do życia; Krótkie quizy, reakcje, mikroaktywacje:„call and response”

4.        Interakcje online – buduj relację przez ekran: Czemu trudniej utrzymać uwagę online? Techniki: czat, emoji, ankiety, breakout rooms, osobiste odniesienia; Głos i kontakt wzrokowy przez kamerę

5.        Gdy odbiorcy nie reagują – co robić? 3 powody: zmęczenie, brak jasności, brak zainteresowania; Rozwiązania: zmiana rytmu, uproszczenie, odniesienie do realiów; Zachowaj spokój, bądź elastyczny

6.        Podsumowanie i Q&A: 3 kluczowe rzeczy do zapamiętania

Dla uczestników: PDF z checklistą: (5 sposobów na szybkie wciągnięcie publiczności w wystąpienie)

" ["description"]=> string(0) "" ["additional_info"]=> string(1193) "

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
14 kwietnia 2026

Czas zakończenia:

10:30
14 kwietnia 2026

Materiały:

Opublikowane będą na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

Nagranie:

Opublikowane będzie na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

" } ["original":protected]=> array(7) { ["id"]=> int(51890) ["product_id"]=> int(51890) ["locale"]=> string(2) "pl" ["name"]=> string(46) "JAK ANGAŻOWAĆ ODBIORCÓW NA SCENIE I ONLINE?" ["content"]=> string(2169) "

OPIS WEBINARU

Dla kogo?: Osoby występujące publicznie, prowadzące spotkania, prezentacje i szkolenia – zarówno na żywo, jak i w formie online.

Cel: Pokazanie, jak skutecznie budować relację z publicznością, utrzymać uwagę i tworzyć angażujące interakcje bez względu na formę wystąpienia.

WARTOŚĆ W PIGUŁCE:

  • Dowiesz się, co sprawia, że odbiorcy naprawdę Cię słuchają
  • Poznasz techniki angażowania i reagowania na publiczność – na żywo i online
  • Nauczysz się radzić sobie, gdy odbiorcy milczą, są zmęczeni lub nie reagują
  • Otrzymasz praktyczną checklistę angażującego wystąpienia

 

PROGRAM

1.        Wprowadzenie – Psychologia zaangażowania: Co sprawia, że słuchamy uważnie? Jak długo odbiorcy utrzymują uwagę? + Pytanie do uczestników (czat)

2.        Nastawienie mówcy – energia i intencja: Zaangażowanie zaczyna się od Ciebie; Jak wyczuć grupę i dostosować przekaz; Bądź ciekawy i otwarty na swoich słuchaczy

3.        Interakcje na żywo – jak wciągać publiczność?: Pytania otwarte, retoryczne, sonda, anegdoty, dygresje, metafory; siła odniesień do życia; Krótkie quizy, reakcje, mikroaktywacje:„call and response”

4.        Interakcje online – buduj relację przez ekran: Czemu trudniej utrzymać uwagę online? Techniki: czat, emoji, ankiety, breakout rooms, osobiste odniesienia; Głos i kontakt wzrokowy przez kamerę

5.        Gdy odbiorcy nie reagują – co robić? 3 powody: zmęczenie, brak jasności, brak zainteresowania; Rozwiązania: zmiana rytmu, uproszczenie, odniesienie do realiów; Zachowaj spokój, bądź elastyczny

6.        Podsumowanie i Q&A: 3 kluczowe rzeczy do zapamiętania

Dla uczestników: PDF z checklistą: (5 sposobów na szybkie wciągnięcie publiczności w wystąpienie)

" ["description"]=> string(0) "" ["additional_info"]=> string(1193) "

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
14 kwietnia 2026

Czas zakończenia:

10:30
14 kwietnia 2026

Materiały:

Opublikowane będą na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

Nagranie:

Opublikowane będzie na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["guarded":protected]=> array(1) { [0]=> string(1) "*" } } } ["escapeWhenCastingToString":protected]=> bool(false) } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } [5]=> object(App\Models\Product)#3118 (46) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(28) { ["id"]=> int(51886) ["slug"]=> string(43) "coachingowy-styl-zarzadzania-i-rozwoj-ludzi" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-03-03 22:58:45" ["updated_at"]=> string(19) "2026-03-04 09:43:36" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9722339" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-04-15 10:00:00" ["related_product_ids"]=> NULL ["date_of_publish"]=> string(19) "2026-03-03 10:47:00" ["is_visible"]=> bool(true) ["finish_at"]=> string(19) "2026-04-15 10:30:00" ["limit_of_participants"]=> NULL ["workshop_days"]=> NULL ["subscription_price"]=> string(1) "0" ["published_to"]=> NULL ["only_with_subscription"]=> bool(false) ["external_link"]=> NULL ["related_subscription_id"]=> NULL ["statute"]=> int(0) ["require_admin_confirmation"]=> bool(false) ["mobile_app_only"]=> bool(false) } ["original":protected]=> array(28) { ["id"]=> int(51886) ["slug"]=> string(43) "coachingowy-styl-zarzadzania-i-rozwoj-ludzi" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-03-03 22:58:45" ["updated_at"]=> string(19) "2026-03-04 09:43:36" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9722339" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-04-15 10:00:00" ["related_product_ids"]=> NULL ["date_of_publish"]=> string(19) "2026-03-03 10:47:00" ["is_visible"]=> bool(true) ["finish_at"]=> string(19) "2026-04-15 10:30:00" ["limit_of_participants"]=> NULL ["workshop_days"]=> NULL ["subscription_price"]=> string(1) "0" ["published_to"]=> NULL ["only_with_subscription"]=> bool(false) ["external_link"]=> NULL ["related_subscription_id"]=> NULL ["statute"]=> int(0) ["require_admin_confirmation"]=> bool(false) ["mobile_app_only"]=> bool(false) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(5) { ["categories"]=> object(Illuminate\Database\Eloquent\Collection)#3105 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["tags"]=> object(Illuminate\Database\Eloquent\Collection)#3076 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTag)#3049 (34) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(4) "tags" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(1) { [0]=> string(12) "translations" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(5) { ["id"]=> int(16) ["created_at"]=> string(19) "2025-08-21 15:49:46" ["updated_at"]=> string(19) "2025-08-21 15:49:46" ["deleted_at"]=> NULL ["type"]=> string(30) "SCTeam\Products\Models\Product" } ["original":protected]=> array(8) { ["id"]=> int(16) ["created_at"]=> string(19) "2025-08-21 15:49:46" ["updated_at"]=> string(19) "2025-08-21 15:49:46" ["deleted_at"]=> NULL ["type"]=> string(30) "SCTeam\Products\Models\Product" ["pivot_taggable_id"]=> int(51886) ["pivot_tag_id"]=> int(16) ["pivot_taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(1) { ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(2) { ["pivot"]=> object(Illuminate\Database\Eloquent\Relations\MorphPivot)#3063 (35) { ["connection":protected]=> NULL ["table":protected]=> string(9) "taggables" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(false) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(3) { ["taggable_id"]=> int(51886) ["tag_id"]=> int(16) ["taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["original":protected]=> array(3) { ["taggable_id"]=> int(51886) ["tag_id"]=> int(16) ["taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["pivotParent"]=> object(App\Models\Product)#3148 (46) { ["connection":protected]=> NULL ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(false) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(0) { } ["original":protected]=> array(0) { } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } ["foreignKey":protected]=> string(11) "taggable_id" ["relatedKey":protected]=> string(6) "tag_id" ["morphType":protected]=> string(13) "taggable_type" ["morphClass":protected]=> string(30) "SCTeam\Products\Models\Product" } ["translations"]=> object(Illuminate\Database\Eloquent\Collection)#3038 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTagTranslation)#3031 (30) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(16) "tag_translations" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(4) { ["id"]=> int(16) ["tag_id"]=> int(16) ["locale"]=> string(2) "pl" ["title"]=> string(20) "Kompetencje miękkie" } ["original":protected]=> array(4) { ["id"]=> int(16) ["tag_id"]=> int(16) ["locale"]=> string(2) "pl" ["title"]=> string(20) "Kompetencje miękkie" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(1) { [0]=> string(5) "title" } ["guarded":protected]=> array(1) { [0]=> string(1) "*" } } } ["escapeWhenCastingToString":protected]=> bool(false) } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["translatedAttributes"]=> array(1) { [0]=> string(5) "title" } ["revisionPresenter":protected]=> string(36) "SCTeam\Tags\Presenters\Revisions\Tag" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL } } ["escapeWhenCastingToString":protected]=> bool(false) } ["attributes"]=> object(Illuminate\Database\Eloquent\Collection)#3020 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["authors"]=> object(Illuminate\Database\Eloquent\Collection)#3007 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Auth\Models\User)#2981 (46) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(5) "users" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(31) { ["id"]=> int(34865) ["username"]=> NULL ["first_name"]=> string(4) "Anna" ["last_name"]=> string(6) "Schulz" ["email"]=> string(19) "anna.schulz@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$B5wy2DolMgKlhcYzebtSReVVBcs8C0NNTdyeFdGhYP/elseSFyDSK" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$/Ot8v21XnzmARVDfFTe7V.CQzPhHoGBYrleXuxcheB.OyG2Dpgm/i" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-08-22 11:01:36" ["updated_at"]=> string(19) "2025-08-22 11:07:59" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(1517) "

Mentorka biznesu, mówczyni, członkini Loży Wielkopolskiej BBC i ex-dyrektorka HR z międzynarodowym doświadczeniem. Przez 12 lat zarządzała zespołami HR w Polsce, krajach DACH, Holandii oraz Finlandii w drugiej co do wielkości firmie modowej na świecie – H&M. Dziś wspiera liderów i właścicieli firm w budowaniu skutecznych oraz przyjaznych miejsc pracy poprzez wzmacnianie ich kompetencji liderskich m.in. w zakresie umiejętności komunikacyjnych (w tym prowadzenia trudnych rozmów z pracownikami), delegowania zadań, motywowania i budowania zaangażowania czy przywództwa w dobie AI. Prowadzi kursy online, sesje mentoringowe i konsultacje 1:1. W swojej pracy przyczynia się do realizacji strategii biznesowej poprzez budowanie polityki personalnej i kreowanie struktur zatrudnienia na miarę potrzeb biznesu, z sukcesem wspierając liderki i liderów w doborze odpowiednich specjalistów i wspierając ich w realizacji celów biznesowych. Jako trenerka współpracowała m.in z takimi firmami jak H&M, Generali, Toyota, Laminam.

" ["to_be_logged_out"]=> bool(false) ["parent_id"]=> NULL ["tpay_card_token"]=> NULL ["tpay_card_suffix"]=> NULL ["linkedin"]=> NULL ["large_photo_png"]=> string(48) "photos/user_34865_large_photo_png_1760419124.png" ["large_photo_webp"]=> string(50) "photos/user_34865_large_photo_webp_1760419124.webp" ["small_photo_png"]=> string(48) "photos/user_34865_small_photo_png_1760419124.png" ["small_photo_webp"]=> string(50) "photos/user_34865_small_photo_webp_1760419124.webp" ["hubspot_contact_id"]=> NULL } ["original":protected]=> array(33) { ["id"]=> int(34865) ["username"]=> NULL ["first_name"]=> string(4) "Anna" ["last_name"]=> string(6) "Schulz" ["email"]=> string(19) "anna.schulz@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$B5wy2DolMgKlhcYzebtSReVVBcs8C0NNTdyeFdGhYP/elseSFyDSK" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$/Ot8v21XnzmARVDfFTe7V.CQzPhHoGBYrleXuxcheB.OyG2Dpgm/i" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-08-22 11:01:36" ["updated_at"]=> string(19) "2025-08-22 11:07:59" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(1517) "

Mentorka biznesu, mówczyni, członkini Loży Wielkopolskiej BBC i ex-dyrektorka HR z międzynarodowym doświadczeniem. Przez 12 lat zarządzała zespołami HR w Polsce, krajach DACH, Holandii oraz Finlandii w drugiej co do wielkości firmie modowej na świecie – H&M. Dziś wspiera liderów i właścicieli firm w budowaniu skutecznych oraz przyjaznych miejsc pracy poprzez wzmacnianie ich kompetencji liderskich m.in. w zakresie umiejętności komunikacyjnych (w tym prowadzenia trudnych rozmów z pracownikami), delegowania zadań, motywowania i budowania zaangażowania czy przywództwa w dobie AI. Prowadzi kursy online, sesje mentoringowe i konsultacje 1:1. W swojej pracy przyczynia się do realizacji strategii biznesowej poprzez budowanie polityki personalnej i kreowanie struktur zatrudnienia na miarę potrzeb biznesu, z sukcesem wspierając liderki i liderów w doborze odpowiednich specjalistów i wspierając ich w realizacji celów biznesowych. Jako trenerka współpracowała m.in z takimi firmami jak H&M, Generali, Toyota, Laminam.

" ["to_be_logged_out"]=> bool(false) ["parent_id"]=> NULL ["tpay_card_token"]=> NULL ["tpay_card_suffix"]=> NULL ["linkedin"]=> NULL ["large_photo_png"]=> string(48) "photos/user_34865_large_photo_png_1760419124.png" ["large_photo_webp"]=> string(50) "photos/user_34865_large_photo_webp_1760419124.webp" ["small_photo_png"]=> string(48) "photos/user_34865_small_photo_png_1760419124.png" ["small_photo_webp"]=> string(50) "photos/user_34865_small_photo_webp_1760419124.webp" ["hubspot_contact_id"]=> NULL ["pivot_product_id"]=> int(51886) ["pivot_author_id"]=> int(34865) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(6) { ["email_verified_at"]=> string(8) "datetime" ["two_factor_expires_at"]=> string(8) "datetime" ["status"]=> string(28) "SCTeam\Auth\Enums\UserStatus" ["subscriptions.pivot.type"]=> string(43) "SCTeam\Subscriptions\Enums\SubscriptionType" ["subscriptions.pivot.validity_time_type"]=> string(35) "SCTeam\Subscriptions\Enums\TimeType" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(2) { [0]=> string(4) "name" [1]=> string(6) "avatar" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(1) { ["pivot"]=> object(Illuminate\Database\Eloquent\Relations\Pivot)#2991 (33) { ["connection":protected]=> NULL ["table":protected]=> string(14) "product_author" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(false) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(2) { ["product_id"]=> int(51886) ["author_id"]=> int(34865) } ["original":protected]=> array(2) { ["product_id"]=> int(51886) ["author_id"]=> int(34865) } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["pivotParent"]=> object(App\Models\Product)#3042 (46) { ["connection":protected]=> NULL ["table":protected]=> string(8) "products" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(3) { [0]=> string(10) "categories" [1]=> string(4) "tags" [2]=> string(10) "attributes" } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(false) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(0) { } ["original":protected]=> array(0) { } ["changes":protected]=> array(0) { } ["casts":protected]=> array(11) { ["type"]=> string(33) "SCTeam\Products\Enums\ProductType" ["promotional_price_starts_at"]=> string(8) "datetime" ["promotional_price_ends_at"]=> string(8) "datetime" ["starts_at"]=> string(8) "datetime" ["finish_at"]=> string(8) "datetime" ["related_product_ids"]=> string(5) "array" ["date_of_publish"]=> string(8) "datetime" ["published_to"]=> string(8) "datetime" ["workshop_days"]=> string(5) "array" ["mobile_app_only"]=> string(7) "boolean" ["deleted_at"]=> string(8) "datetime" } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(3) { [0]=> string(9) "image_url" [1]=> string(3) "url" [2]=> string(12) "legal_status" } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(3) { [0]=> string(16) "createdWithMetas" [1]=> string(16) "updatedWithMetas" [2]=> string(14) "savedWithMetas" } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } ["foreignKey":protected]=> string(10) "product_id" ["relatedKey":protected]=> string(9) "author_id" } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(2) { [0]=> string(8) "password" [1]=> string(14) "remember_token" } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(0) { } ["rememberTokenName":protected]=> string(14) "remember_token" ["revisionable":protected]=> array(8) { [0]=> string(10) "first_name" [1]=> string(9) "last_name" [2]=> string(5) "email" [3]=> string(5) "phone" [4]=> string(6) "status" [5]=> string(16) "allow_newsletter" [6]=> string(11) "facebook_id" [7]=> string(9) "google_id" } ["sortable":protected]=> array(5) { [0]=> string(2) "id" [1]=> string(10) "first_name" [2]=> string(9) "last_name" [3]=> string(5) "email" [4]=> string(10) "created_at" } ["accessToken":protected]=> NULL ["forceDeleting":protected]=> bool(false) ["roleClass":"SCTeam\Auth\Models\User":private]=> NULL ["permissionClass":"SCTeam\Auth\Models\User":private]=> NULL ["wildcardClass":"SCTeam\Auth\Models\User":private]=> NULL ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } } } ["escapeWhenCastingToString":protected]=> bool(false) } ["translations"]=> object(Illuminate\Database\Eloquent\Collection)#3018 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTranslation)#2975 (30) { ["connection":protected]=> string(5) "pgsql" ["table":protected]=> string(20) "product_translations" ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["withCount":protected]=> array(0) { } ["preventsLazyLoading"]=> bool(false) ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["escapeWhenCastingToString":protected]=> bool(false) ["attributes":protected]=> array(7) { ["id"]=> int(51886) ["product_id"]=> int(51886) ["locale"]=> string(2) "pl" ["name"]=> string(45) "Coachingowy styl zarządzania i rozwój ludzi" ["content"]=> string(1294) "

OPIS WEBINARU

Tytuł webinaru:

Coachingowy styl zarządzania i rozwój ludzi

Cel webinaru:

Zbudowanie świadomości wyzwań współczesnego zarządzania oraz pokazanie konsekwencji stosowania nieskutecznych stylów prowadzenia rozmów z pracownikami. Webinar stanowi wprowadzenie do szkolenia online „Coachingowy styl zarządzania”.

 

PROGRAM

1. Wprowadzenie do tematu

- Wyzwania współczesnego zarządzania w realiach VUCA i BANI

- Rola menedżera w środowisku presji, zmiany i niepewności

2. Dlaczego tradycyjne style zarządzania przestają działać

- Wpływ jakości rozmów na skuteczność zespołów i decyzji

- Przeciążenie menedżerów i spadek odpowiedzialności pracowników

3. Konsekwencje dla organizacji i relacji z pracownikami

- Koszty biznesowe i relacyjne nieskutecznej komunikacji

- Osłabienie zaangażowania i jakości współpracy

4. Coachingowy styl zarządzania jako kierunek zmiany

- Na czym polega coachingowy styl zarządzania w praktyce

- Jak wspiera samodzielność, odpowiedzialność i skuteczność zespołów

" ["description"]=> string(0) "" ["additional_info"]=> string(1193) "

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
15 kwietnia 2026

Czas zakończenia:

10:30
15 kwietnia 2026

Materiały:

Opublikowane będą na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

Nagranie:

Opublikowane będzie na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

" } ["original":protected]=> array(7) { ["id"]=> int(51886) ["product_id"]=> int(51886) ["locale"]=> string(2) "pl" ["name"]=> string(45) "Coachingowy styl zarządzania i rozwój ludzi" ["content"]=> string(1294) "

OPIS WEBINARU

Tytuł webinaru:

Coachingowy styl zarządzania i rozwój ludzi

Cel webinaru:

Zbudowanie świadomości wyzwań współczesnego zarządzania oraz pokazanie konsekwencji stosowania nieskutecznych stylów prowadzenia rozmów z pracownikami. Webinar stanowi wprowadzenie do szkolenia online „Coachingowy styl zarządzania”.

 

PROGRAM

1. Wprowadzenie do tematu

- Wyzwania współczesnego zarządzania w realiach VUCA i BANI

- Rola menedżera w środowisku presji, zmiany i niepewności

2. Dlaczego tradycyjne style zarządzania przestają działać

- Wpływ jakości rozmów na skuteczność zespołów i decyzji

- Przeciążenie menedżerów i spadek odpowiedzialności pracowników

3. Konsekwencje dla organizacji i relacji z pracownikami

- Koszty biznesowe i relacyjne nieskutecznej komunikacji

- Osłabienie zaangażowania i jakości współpracy

4. Coachingowy styl zarządzania jako kierunek zmiany

- Na czym polega coachingowy styl zarządzania w praktyce

- Jak wspiera samodzielność, odpowiedzialność i skuteczność zespołów

" ["description"]=> string(0) "" ["additional_info"]=> string(1193) "

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
15 kwietnia 2026

Czas zakończenia:

10:30
15 kwietnia 2026

Materiały:

Opublikowane będą na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

Nagranie:

Opublikowane będzie na naszej platformie maksymalnie do 48 godzin po wydarzeniu (dla posiadaczy abonamentu)

" } ["changes":protected]=> array(0) { } ["casts":protected]=> array(0) { } ["classCastCache":protected]=> array(0) { } ["attributeCastCache":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["dispatchesEvents":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(false) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["guarded":protected]=> array(1) { [0]=> string(1) "*" } } } ["escapeWhenCastingToString":protected]=> bool(false) } } ["touches":protected]=> array(0) { } ["timestamps"]=> bool(true) ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["fillable":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(2) "id" } ["__metaData":protected]=> NULL ["__wasCreatedEventFired":protected]=> bool(false) ["__wasUpdatedEventFired":protected]=> bool(false) ["__wasSavedEventFired":protected]=> bool(false) ["translatedAttributes"]=> array(4) { [0]=> string(4) "name" [1]=> string(7) "content" [2]=> string(11) "description" [3]=> string(15) "additional_info" } ["revisionPresenter":protected]=> string(44) "SCTeam\Products\Presenters\Revisions\Product" ["sortable":protected]=> array(7) { [0]=> string(2) "id" [1]=> string(4) "slug" [2]=> string(5) "price" [3]=> string(9) "starts_at" [4]=> string(4) "type" [5]=> string(15) "date_of_publish" [6]=> string(32) "clickMeetingConference.starts_at" } ["metaTable":protected]=> string(13) "products_meta" ["forceDeleting":protected]=> bool(false) ["defaultLocale":protected]=> NULL ["mediaConversions"]=> array(0) { } ["mediaCollections"]=> array(0) { } ["deletePreservingMedia":protected]=> bool(false) ["unAttachedMediaLibraryItems":protected]=> array(0) { } ["scoutMetadata":protected]=> array(0) { } ["translationModel"]=> string(41) "SCTeam\Products\Models\ProductTranslation" } } ["escapeWhenCastingToString":protected]=> bool(false) } ["perPage":protected]=> int(12) ["currentPage":protected]=> int(1) ["path":protected]=> string(69) "https://akademialtca.pl/katalog/kompetencje-miekkie/webinaria-na-zywo" ["query":protected]=> array(0) { } ["fragment":protected]=> NULL ["pageName":protected]=> string(4) "page" ["onEachSide"]=> int(3) ["options":protected]=> array(2) { ["path"]=> string(69) "https://akademialtca.pl/katalog/kompetencje-miekkie/webinaria-na-zywo" ["pageName"]=> string(4) "page" } ["total":protected]=> int(6) ["lastPage":protected]=> int(1) }

Znaleziono 6 szkoleń

Call Now Button
Kalkulator
podatkowy 2026
Jak korzystać z abonamentu?
Instrukcja video
Zapisz się
na newsletter!