Webinaria na żywo

Kompetencje miękkie

                object(Illuminate\Pagination\LengthAwarePaginator)#2988 (11) {
  ["items":protected]=>
  object(Illuminate\Database\Eloquent\Collection)#2998 (2) {
    ["items":protected]=>
    array(6) {
      [0]=>
      object(App\Models\Product)#3112 (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(51483)
          ["slug"]=>
          string(86) "odpornosc-psychiczna-jak-ja-budowac-na-co-dzien-praktyczne-sposoby-oparte-na-modelu-4c"
          ["price"]=>
          string(1) "0"
          ["tax_id"]=>
          int(1)
          ["type"]=>
          int(7)
          ["deleted_at"]=>
          NULL
          ["created_at"]=>
          string(19) "2025-12-03 09:35:32"
          ["updated_at"]=>
          string(19) "2025-12-22 16:21:37"
          ["subscription_id"]=>
          NULL
          ["room_id"]=>
          string(7) "9554569"
          ["promotional_price"]=>
          NULL
          ["promotional_price_starts_at"]=>
          NULL
          ["promotional_price_ends_at"]=>
          NULL
          ["starts_at"]=>
          string(19) "2026-02-26 10:00:00"
          ["related_product_ids"]=>
          NULL
          ["date_of_publish"]=>
          string(19) "2025-12-03 08:50:00"
          ["is_visible"]=>
          bool(true)
          ["finish_at"]=>
          string(19) "2026-02-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(51483)
          ["slug"]=>
          string(86) "odpornosc-psychiczna-jak-ja-budowac-na-co-dzien-praktyczne-sposoby-oparte-na-modelu-4c"
          ["price"]=>
          string(1) "0"
          ["tax_id"]=>
          int(1)
          ["type"]=>
          int(7)
          ["deleted_at"]=>
          NULL
          ["created_at"]=>
          string(19) "2025-12-03 09:35:32"
          ["updated_at"]=>
          string(19) "2025-12-22 16:21:37"
          ["subscription_id"]=>
          NULL
          ["room_id"]=>
          string(7) "9554569"
          ["promotional_price"]=>
          NULL
          ["promotional_price_starts_at"]=>
          NULL
          ["promotional_price_ends_at"]=>
          NULL
          ["starts_at"]=>
          string(19) "2026-02-26 10:00:00"
          ["related_product_ids"]=>
          NULL
          ["date_of_publish"]=>
          string(19) "2025-12-03 08:50:00"
          ["is_visible"]=>
          bool(true)
          ["finish_at"]=>
          string(19) "2026-02-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)#3113 (2) {
            ["items":protected]=>
            array(0) {
            }
            ["escapeWhenCastingToString":protected]=>
            bool(false)
          }
          ["tags"]=>
          object(Illuminate\Database\Eloquent\Collection)#3061 (2) {
            ["items":protected]=>
            array(1) {
              [0]=>
              object(SCTeam\Products\Models\ProductTag)#3040 (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(51483)
                  ["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)#3041 (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(51483)
                      ["tag_id"]=>
                      int(16)
                      ["taggable_type"]=>
                      string(30) "SCTeam\Products\Models\Product"
                    }
                    ["original":protected]=>
                    array(3) {
                      ["taggable_id"]=>
                      int(51483)
                      ["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)#3137 (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)#3024 (2) {
                    ["items":protected]=>
                    array(1) {
                      [0]=>
                      object(SCTeam\Products\Models\ProductTagTranslation)#3020 (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)#3015 (2) {
            ["items":protected]=>
            array(0) {
            }
            ["escapeWhenCastingToString":protected]=>
            bool(false)
          }
          ["authors"]=>
          object(Illuminate\Database\Eloquent\Collection)#2990 (2) {
            ["items":protected]=>
            array(1) {
              [0]=>
              object(SCTeam\Auth\Models\User)#2972 (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(30) {
                  ["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" } ["original":protected]=> array(32) { ["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" ["pivot_product_id"]=> int(51483) ["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)#2973 (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(51483) ["author_id"]=> int(38114) } ["original":protected]=> array(2) { ["product_id"]=> int(51483) ["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)#3031 (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)#2989 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTranslation)#2966 (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(51483) ["product_id"]=> int(51483) ["locale"]=> string(2) "pl" ["name"]=> string(95) "Odporność psychiczna - jak ją budować na co dzień. Praktyczne sposoby oparte na modelu 4C." ["content"]=> string(1325) "

OPIS WEBINARU

W dynamicznym i wymagającym świecie odporność psychiczna staje się kluczową kompetencją. To ona decyduje, czy potrafimy działać skutecznie mimo presji, zmian i niepowodzeń. Podczas tego webinaru uczestnicy poznają praktyczny model 4C (Control, Commitment, Challenge, Confidence), opisujący cztery filary odporności psychicznej, oraz narzędzia do jej wzmacniania w codziennych sytuacjach zawodowych i osobistych.

 

PROGRAM

Uczestnicy dowiedzą się m.in.:

  • czym różni się odporność psychiczna od „twardości” emocjonalnej,
  • jak rozwijać poczucie wpływu i sprawczości w sytuacjach stresu,
  • jak budować wewnętrzne zaangażowanie i motywację mimo przeszkód,
  • jak korzystać z porażek jako źródła do rozwoju.

Efekt:

Uczestnik rozumie, czym jest odporność psychiczna i jakie czynniki ją kształtują. Poznaje podstawy modelu 4C oraz konkretne narzędzia, które może zacząć stosować na co dzień. Webinar stanowi inspirujące wprowadzenie do tematu – idealny punkt wyjścia do pogłębionego, praktycznego szkolenia rozwijającego odporność psychiczną.

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

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
26 lutego 2026

Czas zakończenia:

11:00
26 lutego 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(51483) ["product_id"]=> int(51483) ["locale"]=> string(2) "pl" ["name"]=> string(95) "Odporność psychiczna - jak ją budować na co dzień. Praktyczne sposoby oparte na modelu 4C." ["content"]=> string(1325) "

OPIS WEBINARU

W dynamicznym i wymagającym świecie odporność psychiczna staje się kluczową kompetencją. To ona decyduje, czy potrafimy działać skutecznie mimo presji, zmian i niepowodzeń. Podczas tego webinaru uczestnicy poznają praktyczny model 4C (Control, Commitment, Challenge, Confidence), opisujący cztery filary odporności psychicznej, oraz narzędzia do jej wzmacniania w codziennych sytuacjach zawodowych i osobistych.

 

PROGRAM

Uczestnicy dowiedzą się m.in.:

  • czym różni się odporność psychiczna od „twardości” emocjonalnej,
  • jak rozwijać poczucie wpływu i sprawczości w sytuacjach stresu,
  • jak budować wewnętrzne zaangażowanie i motywację mimo przeszkód,
  • jak korzystać z porażek jako źródła do rozwoju.

Efekt:

Uczestnik rozumie, czym jest odporność psychiczna i jakie czynniki ją kształtują. Poznaje podstawy modelu 4C oraz konkretne narzędzia, które może zacząć stosować na co dzień. Webinar stanowi inspirujące wprowadzenie do tematu – idealny punkt wyjścia do pogłębionego, praktycznego szkolenia rozwijającego odporność psychiczną.

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

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
26 lutego 2026

Czas zakończenia:

11:00
26 lutego 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)#3111 (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(51612) ["slug"]=> string(71) "podstawy-negocjacji-handlowych-od-rozmowy-o-cenie-do-rozmowy-o-wartosci" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-01-05 23:24:52" ["updated_at"]=> string(19) "2026-01-08 12:34:02" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9579140" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-03-05 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-05 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(51612) ["slug"]=> string(71) "podstawy-negocjacji-handlowych-od-rozmowy-o-cenie-do-rozmowy-o-wartosci" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-01-05 23:24:52" ["updated_at"]=> string(19) "2026-01-08 12:34:02" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9579140" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-03-05 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-05 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)#3095 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["tags"]=> object(Illuminate\Database\Eloquent\Collection)#3100 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTag)#3039 (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(51612) ["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)#3051 (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(51612) ["tag_id"]=> int(16) ["taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["original":protected]=> array(3) { ["taggable_id"]=> int(51612) ["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)#3137 (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)#3059 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTagTranslation)#3020 (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)#3010 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["authors"]=> object(Illuminate\Database\Eloquent\Collection)#3018 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Auth\Models\User)#2971 (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(30) { ["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" } ["original":protected]=> array(32) { ["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" ["pivot_product_id"]=> int(51612) ["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)#2982 (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(51612) ["author_id"]=> int(34867) } ["original":protected]=> array(2) { ["product_id"]=> int(51612) ["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)#3031 (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)#3003 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTranslation)#2965 (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(51612) ["product_id"]=> int(51612) ["locale"]=> string(2) "pl" ["name"]=> string(74) "Podstawy negocjacji handlowych - od rozmowy o cenie do rozmowy o wartości" ["content"]=> string(1648) "

OPIS WEBINARU

Dla kogo: handlowcy, KAM/BDM, SDR/BDR, liderzy sprzedaży.

Cel

Zobaczysz, gdzie kończy się sprzedaż, a zaczyna negocjacja, jak zbudować przewagę (BATNA/ZOPA), kotwiczyć ofertę i prowadzić wymiany „give-to-get” zamiast schodzić z ceny.

Wartość w pigułce

• Sprzedaż vs. negocjacja: sygnały wejścia w strefę wymiany i 12 zmiennych poza ceną.

• BATNA, ZOPA, kotwica na liczbach: bracketing + MESO (2–3 równoważne propozycje).

• Win-win bez naiwności: kiedy działa, a kiedy jest pułapką; zasada give-to-get.

• Krótkie skrypty: wejście w negocjacje, przecięcie skrajnej kotwicy, domknięcie z MAP-lite.

 

PROGRAM

1.        Strefa wymiany: moment przejścia ze sprzedaży do negocjacji (mini „przed/po”).

2.        Win-win w praktyce: zasady, pułapki, etyka ustępstw.

3.        BATNA, ZOPA, kotwica: szybki przykład liczbowy + bracketing i MESO.

4.        Style negocjacyjne: dopasowanie do dominującego/analitycznego/relacyjnego/wizjonerskiego.

5.        Skrypty „na stół”: give-to-get, cięcie kotwicy, domknięcie z MAP-lite (kto–co–kiedy).

6.        Q&A.

Dla uczestników

• Mini-ściąga (1 strona): lista zmiennych pozacenowych, arkusz BATNA/ZOPA, 3 formuły kotwicy + 2 przykłady MESO, skrypt give-to-get, MAP-lite.

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

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
05 marca 2026

Czas zakończenia:

10:40
05 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(51612) ["product_id"]=> int(51612) ["locale"]=> string(2) "pl" ["name"]=> string(74) "Podstawy negocjacji handlowych - od rozmowy o cenie do rozmowy o wartości" ["content"]=> string(1648) "

OPIS WEBINARU

Dla kogo: handlowcy, KAM/BDM, SDR/BDR, liderzy sprzedaży.

Cel

Zobaczysz, gdzie kończy się sprzedaż, a zaczyna negocjacja, jak zbudować przewagę (BATNA/ZOPA), kotwiczyć ofertę i prowadzić wymiany „give-to-get” zamiast schodzić z ceny.

Wartość w pigułce

• Sprzedaż vs. negocjacja: sygnały wejścia w strefę wymiany i 12 zmiennych poza ceną.

• BATNA, ZOPA, kotwica na liczbach: bracketing + MESO (2–3 równoważne propozycje).

• Win-win bez naiwności: kiedy działa, a kiedy jest pułapką; zasada give-to-get.

• Krótkie skrypty: wejście w negocjacje, przecięcie skrajnej kotwicy, domknięcie z MAP-lite.

 

PROGRAM

1.        Strefa wymiany: moment przejścia ze sprzedaży do negocjacji (mini „przed/po”).

2.        Win-win w praktyce: zasady, pułapki, etyka ustępstw.

3.        BATNA, ZOPA, kotwica: szybki przykład liczbowy + bracketing i MESO.

4.        Style negocjacyjne: dopasowanie do dominującego/analitycznego/relacyjnego/wizjonerskiego.

5.        Skrypty „na stół”: give-to-get, cięcie kotwicy, domknięcie z MAP-lite (kto–co–kiedy).

6.        Q&A.

Dla uczestników

• Mini-ściąga (1 strona): lista zmiennych pozacenowych, arkusz BATNA/ZOPA, 3 formuły kotwicy + 2 przykłady MESO, skrypt give-to-get, MAP-lite.

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

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
05 marca 2026

Czas zakończenia:

10:40
05 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)#3110 (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(51613) ["slug"]=> string(72) "inteligencja-emocjonalna-odpornosc-psychiczna-lidera-zarzadzanie-stresem" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-01-05 23:25:15" ["updated_at"]=> string(19) "2026-01-08 12:34:06" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9579141" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-03-06 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-06 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(51613) ["slug"]=> string(72) "inteligencja-emocjonalna-odpornosc-psychiczna-lidera-zarzadzanie-stresem" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-01-05 23:25:15" ["updated_at"]=> string(19) "2026-01-08 12:34:06" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9579141" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-03-06 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-06 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)#3097 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["tags"]=> object(Illuminate\Database\Eloquent\Collection)#3064 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTag)#3038 (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(51613) ["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(51613) ["tag_id"]=> int(16) ["taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["original":protected]=> array(3) { ["taggable_id"]=> int(51613) ["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)#3137 (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)#3027 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTagTranslation)#3020 (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)#3013 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["authors"]=> object(Illuminate\Database\Eloquent\Collection)#2993 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Auth\Models\User)#2970 (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(30) { ["id"]=> int(34862) ["username"]=> NULL ["first_name"]=> string(7) "Izabela" ["last_name"]=> string(8) "Kielczyk" ["email"]=> string(24) "izabela.kielczyk@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$p.6wxFT/hiLbAJ5uaxzKsuv/QLZnMv1DbZl0tCyLuu1zJnq7AfNcS" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$9iuDhJiF7YyHcBFpwWQZDeUgjFZTFTx9vRcW/7ymVYplBqy6wRo7a" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-08-22 11:01:02" ["updated_at"]=> string(19) "2025-09-24 14:18:27" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(3533) "

Jest terapeutą ludzi biznesu. Psychologiem biznesu z zamiłowania i z wykształcenia specjalizującym się w psychologii biznesu. W pracy łączy wiedzę psychologiczną z doświadczeniem w pracy w biznesie.

Jako współwłaściciel pełniłam funkcję dyrektora generalnego w rodzinnej firmie Bellako Sp. z o.o. od 35 lat produkującej oryginalne mieszanki przypraw dla polskiego przemysłu spożywczego i gastronomii.

Byłam także współtwórcą powstałej ponad 15 lat temu placówki psychoterapii Pracownia Psychorozwoju Kielczyk, która zatrudniała 20 specjalistów.

Doskonale zna wyzwania i trudne zagadnienia biznesowe stojące przed osobami prowadzącymi przedsiębiorstwa. Ma za sobą kilkanaście lat doświadczenia w zarządzaniu, a na koncie zarówno sukcesy, jak i porażki, dlatego też rozumie, z czym borykają się menadżerowie. Obszary i zagadnienia, którymi się interesuje to  – relacje międzyludzkie w biznesie, trudny klient, zarządzanie zespołem, motywacja; a obecnie także problemy psychologiczne w przedsiębiorstwach wynikające z pandemii.

Jej celem jest znalezienie odpowiedzi na pytania Klientów i drogi do osiągnięcia ich celu – osobistego i zawodowego.

Wykorzystując swoją wiedzę i doświadczenie, stworzyła autorską terapię dla ludzi biznesu, podczas której oferuje unikatową możliwość psychologicznej analizy potrzeb biznesowych i poszukiwania własnych rozwiązań w oparciu o indywidualną osobowość menadżerską. Przygotowuje i prowadzi mentoring dla ludzi biznesu oraz autorskie sesje terapii dla wyższej kadry menedżerskiej.

Opracowuje i prowadzi także wykłady i webinaria z tematyki psychologii biznesu na indywidualne zlecenia firm, instytucji, organizacji biznesowych, uczelni. Występuje jako ekspert podczas konferencji biznesowych i menadżerskich.

Z racji unikatowej wiedzy i doświadczenia występuje w roli eksperta i komentatora w wydawnictwach branżowych, opiniotwórczych czy informacyjnych. Publikacje z jej udziałem ukazywały się

m.in. w Newsweeku, Polityce, Rzeczpospolitej czy Gazecie Wyborczej. Udziela także wywiadów telewizjom: TVN, TVN24, Polsat, TP oraz rozgłośniom Polskiego Radia, Tok FM, Radio ZET i Radio Dla Ciebie ITD.

  • Magister psychologii - Szkoła Wyższą Psychologii Społecznej w Warszawie 
  • Członek Samorządu Zawodowego Psychologów Polskiego Towarzystwa Psychologicznego. 
  • Certyfikowany terapeuta skoncentrowany na rozwiązaniu TSR
  • Certyfikowany Coach International Coaching Community (ICC). 
  • Coach w ujęciu psychologicznym – kurs coachingu ośrodku Intra rekomendowanym przez Polskie Towarzystwo Psychologiczne.
  • Terapeuta - ukończone 4 letnie studium psychoterapii w Szkole Psychoterapii w ośrodku Intra rekomendowanym przez Polskie Towarzystwo Psychologiczne.
  •  Certyfikat Instruktora Medytacji dynamicznej Osho dla ludzi binzesu
  •  Certyfikowany Trener oddechu 
  • "Jung -ciało-ruch” - warsztat pracy z ciałem, tańcem, ruchem i rysunkiem

" ["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_34862_large_photo_png_1760418538.png" ["large_photo_webp"]=> string(50) "photos/user_34862_large_photo_webp_1760418538.webp" ["small_photo_png"]=> string(48) "photos/user_34862_small_photo_png_1760418538.png" ["small_photo_webp"]=> string(50) "photos/user_34862_small_photo_webp_1760418538.webp" } ["original":protected]=> array(32) { ["id"]=> int(34862) ["username"]=> NULL ["first_name"]=> string(7) "Izabela" ["last_name"]=> string(8) "Kielczyk" ["email"]=> string(24) "izabela.kielczyk@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$p.6wxFT/hiLbAJ5uaxzKsuv/QLZnMv1DbZl0tCyLuu1zJnq7AfNcS" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$9iuDhJiF7YyHcBFpwWQZDeUgjFZTFTx9vRcW/7ymVYplBqy6wRo7a" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-08-22 11:01:02" ["updated_at"]=> string(19) "2025-09-24 14:18:27" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(3533) "

Jest terapeutą ludzi biznesu. Psychologiem biznesu z zamiłowania i z wykształcenia specjalizującym się w psychologii biznesu. W pracy łączy wiedzę psychologiczną z doświadczeniem w pracy w biznesie.

Jako współwłaściciel pełniłam funkcję dyrektora generalnego w rodzinnej firmie Bellako Sp. z o.o. od 35 lat produkującej oryginalne mieszanki przypraw dla polskiego przemysłu spożywczego i gastronomii.

Byłam także współtwórcą powstałej ponad 15 lat temu placówki psychoterapii Pracownia Psychorozwoju Kielczyk, która zatrudniała 20 specjalistów.

Doskonale zna wyzwania i trudne zagadnienia biznesowe stojące przed osobami prowadzącymi przedsiębiorstwa. Ma za sobą kilkanaście lat doświadczenia w zarządzaniu, a na koncie zarówno sukcesy, jak i porażki, dlatego też rozumie, z czym borykają się menadżerowie. Obszary i zagadnienia, którymi się interesuje to  – relacje międzyludzkie w biznesie, trudny klient, zarządzanie zespołem, motywacja; a obecnie także problemy psychologiczne w przedsiębiorstwach wynikające z pandemii.

Jej celem jest znalezienie odpowiedzi na pytania Klientów i drogi do osiągnięcia ich celu – osobistego i zawodowego.

Wykorzystując swoją wiedzę i doświadczenie, stworzyła autorską terapię dla ludzi biznesu, podczas której oferuje unikatową możliwość psychologicznej analizy potrzeb biznesowych i poszukiwania własnych rozwiązań w oparciu o indywidualną osobowość menadżerską. Przygotowuje i prowadzi mentoring dla ludzi biznesu oraz autorskie sesje terapii dla wyższej kadry menedżerskiej.

Opracowuje i prowadzi także wykłady i webinaria z tematyki psychologii biznesu na indywidualne zlecenia firm, instytucji, organizacji biznesowych, uczelni. Występuje jako ekspert podczas konferencji biznesowych i menadżerskich.

Z racji unikatowej wiedzy i doświadczenia występuje w roli eksperta i komentatora w wydawnictwach branżowych, opiniotwórczych czy informacyjnych. Publikacje z jej udziałem ukazywały się

m.in. w Newsweeku, Polityce, Rzeczpospolitej czy Gazecie Wyborczej. Udziela także wywiadów telewizjom: TVN, TVN24, Polsat, TP oraz rozgłośniom Polskiego Radia, Tok FM, Radio ZET i Radio Dla Ciebie ITD.

  • Magister psychologii - Szkoła Wyższą Psychologii Społecznej w Warszawie 
  • Członek Samorządu Zawodowego Psychologów Polskiego Towarzystwa Psychologicznego. 
  • Certyfikowany terapeuta skoncentrowany na rozwiązaniu TSR
  • Certyfikowany Coach International Coaching Community (ICC). 
  • Coach w ujęciu psychologicznym – kurs coachingu ośrodku Intra rekomendowanym przez Polskie Towarzystwo Psychologiczne.
  • Terapeuta - ukończone 4 letnie studium psychoterapii w Szkole Psychoterapii w ośrodku Intra rekomendowanym przez Polskie Towarzystwo Psychologiczne.
  •  Certyfikat Instruktora Medytacji dynamicznej Osho dla ludzi binzesu
  •  Certyfikowany Trener oddechu 
  • "Jung -ciało-ruch” - warsztat pracy z ciałem, tańcem, ruchem i rysunkiem

" ["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_34862_large_photo_png_1760418538.png" ["large_photo_webp"]=> string(50) "photos/user_34862_large_photo_webp_1760418538.webp" ["small_photo_png"]=> string(48) "photos/user_34862_small_photo_png_1760418538.png" ["small_photo_webp"]=> string(50) "photos/user_34862_small_photo_webp_1760418538.webp" ["pivot_product_id"]=> int(51613) ["pivot_author_id"]=> int(34862) } ["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)#2980 (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(51613) ["author_id"]=> int(34862) } ["original":protected]=> array(2) { ["product_id"]=> int(51613) ["author_id"]=> int(34862) } ["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)#3031 (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)#3006 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTranslation)#2964 (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(51613) ["product_id"]=> int(51613) ["locale"]=> string(2) "pl" ["name"]=> string(77) "Inteligencja emocjonalna, odporność psychiczna lidera, zarządzanie stresem" ["content"]=> string(971) "

OPIS WEBINARU

Inteligencja emocjonalna i odporność psychiczna lidera 

„Lider odporny psychicznie to ten, który zarządza sobą, zanim zacznie zarządzać innymi” Iza Kielczyk 

 

PROGRAM

•        Dlaczego dziś od liderów oczekuje się inteligencji emocjonalnej i odporności psychicznej?

•        Jak rozpoznawać własne emocje?

•        Najczęstsze błędy w zarządzaniu emocjami lidera.

•        Inteligencja emocjonalna jako klucz do motywowania zespołu.

•        Rezyliencja lidera czyli co to znaczy być odpornym psychicznie?

•        Mikro-techniki radzenia sobie ze stresem 

•        Work-life integration lidera – przykłady 

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

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
06 marca 2026

Czas zakończenia:

10:30
06 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(51613) ["product_id"]=> int(51613) ["locale"]=> string(2) "pl" ["name"]=> string(77) "Inteligencja emocjonalna, odporność psychiczna lidera, zarządzanie stresem" ["content"]=> string(971) "

OPIS WEBINARU

Inteligencja emocjonalna i odporność psychiczna lidera 

„Lider odporny psychicznie to ten, który zarządza sobą, zanim zacznie zarządzać innymi” Iza Kielczyk 

 

PROGRAM

•        Dlaczego dziś od liderów oczekuje się inteligencji emocjonalnej i odporności psychicznej?

•        Jak rozpoznawać własne emocje?

•        Najczęstsze błędy w zarządzaniu emocjami lidera.

•        Inteligencja emocjonalna jako klucz do motywowania zespołu.

•        Rezyliencja lidera czyli co to znaczy być odpornym psychicznie?

•        Mikro-techniki radzenia sobie ze stresem 

•        Work-life integration lidera – przykłady 

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

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
06 marca 2026

Czas zakończenia:

10:30
06 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" } [3]=> object(App\Models\Product)#3109 (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(51614) ["slug"]=> string(61) "zarzadzanie-stresem-i-przeciazeniem-neurotechniki-dla-liderow" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-01-05 23:25:18" ["updated_at"]=> string(19) "2026-01-08 12:34:11" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9579142" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-03-09 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-09 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(51614) ["slug"]=> string(61) "zarzadzanie-stresem-i-przeciazeniem-neurotechniki-dla-liderow" ["price"]=> string(1) "0" ["tax_id"]=> int(1) ["type"]=> int(7) ["deleted_at"]=> NULL ["created_at"]=> string(19) "2026-01-05 23:25:18" ["updated_at"]=> string(19) "2026-01-08 12:34:11" ["subscription_id"]=> NULL ["room_id"]=> string(7) "9579142" ["promotional_price"]=> NULL ["promotional_price_starts_at"]=> NULL ["promotional_price_ends_at"]=> NULL ["starts_at"]=> string(19) "2026-03-09 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-09 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)#3098 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["tags"]=> object(Illuminate\Database\Eloquent\Collection)#3066 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTag)#3037 (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(51614) ["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)#3055 (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(51614) ["tag_id"]=> int(16) ["taggable_type"]=> string(30) "SCTeam\Products\Models\Product" } ["original":protected]=> array(3) { ["taggable_id"]=> int(51614) ["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)#3137 (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)#3029 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTagTranslation)#3020 (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)#3014 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["authors"]=> object(Illuminate\Database\Eloquent\Collection)#2994 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Auth\Models\User)#2969 (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(30) { ["id"]=> int(34862) ["username"]=> NULL ["first_name"]=> string(7) "Izabela" ["last_name"]=> string(8) "Kielczyk" ["email"]=> string(24) "izabela.kielczyk@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$p.6wxFT/hiLbAJ5uaxzKsuv/QLZnMv1DbZl0tCyLuu1zJnq7AfNcS" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$9iuDhJiF7YyHcBFpwWQZDeUgjFZTFTx9vRcW/7ymVYplBqy6wRo7a" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-08-22 11:01:02" ["updated_at"]=> string(19) "2025-09-24 14:18:27" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(3533) "

Jest terapeutą ludzi biznesu. Psychologiem biznesu z zamiłowania i z wykształcenia specjalizującym się w psychologii biznesu. W pracy łączy wiedzę psychologiczną z doświadczeniem w pracy w biznesie.

Jako współwłaściciel pełniłam funkcję dyrektora generalnego w rodzinnej firmie Bellako Sp. z o.o. od 35 lat produkującej oryginalne mieszanki przypraw dla polskiego przemysłu spożywczego i gastronomii.

Byłam także współtwórcą powstałej ponad 15 lat temu placówki psychoterapii Pracownia Psychorozwoju Kielczyk, która zatrudniała 20 specjalistów.

Doskonale zna wyzwania i trudne zagadnienia biznesowe stojące przed osobami prowadzącymi przedsiębiorstwa. Ma za sobą kilkanaście lat doświadczenia w zarządzaniu, a na koncie zarówno sukcesy, jak i porażki, dlatego też rozumie, z czym borykają się menadżerowie. Obszary i zagadnienia, którymi się interesuje to  – relacje międzyludzkie w biznesie, trudny klient, zarządzanie zespołem, motywacja; a obecnie także problemy psychologiczne w przedsiębiorstwach wynikające z pandemii.

Jej celem jest znalezienie odpowiedzi na pytania Klientów i drogi do osiągnięcia ich celu – osobistego i zawodowego.

Wykorzystując swoją wiedzę i doświadczenie, stworzyła autorską terapię dla ludzi biznesu, podczas której oferuje unikatową możliwość psychologicznej analizy potrzeb biznesowych i poszukiwania własnych rozwiązań w oparciu o indywidualną osobowość menadżerską. Przygotowuje i prowadzi mentoring dla ludzi biznesu oraz autorskie sesje terapii dla wyższej kadry menedżerskiej.

Opracowuje i prowadzi także wykłady i webinaria z tematyki psychologii biznesu na indywidualne zlecenia firm, instytucji, organizacji biznesowych, uczelni. Występuje jako ekspert podczas konferencji biznesowych i menadżerskich.

Z racji unikatowej wiedzy i doświadczenia występuje w roli eksperta i komentatora w wydawnictwach branżowych, opiniotwórczych czy informacyjnych. Publikacje z jej udziałem ukazywały się

m.in. w Newsweeku, Polityce, Rzeczpospolitej czy Gazecie Wyborczej. Udziela także wywiadów telewizjom: TVN, TVN24, Polsat, TP oraz rozgłośniom Polskiego Radia, Tok FM, Radio ZET i Radio Dla Ciebie ITD.

  • Magister psychologii - Szkoła Wyższą Psychologii Społecznej w Warszawie 
  • Członek Samorządu Zawodowego Psychologów Polskiego Towarzystwa Psychologicznego. 
  • Certyfikowany terapeuta skoncentrowany na rozwiązaniu TSR
  • Certyfikowany Coach International Coaching Community (ICC). 
  • Coach w ujęciu psychologicznym – kurs coachingu ośrodku Intra rekomendowanym przez Polskie Towarzystwo Psychologiczne.
  • Terapeuta - ukończone 4 letnie studium psychoterapii w Szkole Psychoterapii w ośrodku Intra rekomendowanym przez Polskie Towarzystwo Psychologiczne.
  •  Certyfikat Instruktora Medytacji dynamicznej Osho dla ludzi binzesu
  •  Certyfikowany Trener oddechu 
  • "Jung -ciało-ruch” - warsztat pracy z ciałem, tańcem, ruchem i rysunkiem

" ["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_34862_large_photo_png_1760418538.png" ["large_photo_webp"]=> string(50) "photos/user_34862_large_photo_webp_1760418538.webp" ["small_photo_png"]=> string(48) "photos/user_34862_small_photo_png_1760418538.png" ["small_photo_webp"]=> string(50) "photos/user_34862_small_photo_webp_1760418538.webp" } ["original":protected]=> array(32) { ["id"]=> int(34862) ["username"]=> NULL ["first_name"]=> string(7) "Izabela" ["last_name"]=> string(8) "Kielczyk" ["email"]=> string(24) "izabela.kielczyk@ltca.pl" ["phone"]=> NULL ["mobile_phone"]=> NULL ["status"]=> bool(true) ["email_verified_at"]=> NULL ["password"]=> string(60) "$2y$10$p.6wxFT/hiLbAJ5uaxzKsuv/QLZnMv1DbZl0tCyLuu1zJnq7AfNcS" ["allow_newsletter"]=> bool(true) ["api_token"]=> string(60) "$2y$10$9iuDhJiF7YyHcBFpwWQZDeUgjFZTFTx9vRcW/7ymVYplBqy6wRo7a" ["facebook_id"]=> NULL ["google_id"]=> NULL ["remember_token"]=> NULL ["created_at"]=> string(19) "2025-08-22 11:01:02" ["updated_at"]=> string(19) "2025-09-24 14:18:27" ["deleted_at"]=> NULL ["two_factor_code"]=> NULL ["two_factor_expires_at"]=> NULL ["description"]=> string(3533) "

Jest terapeutą ludzi biznesu. Psychologiem biznesu z zamiłowania i z wykształcenia specjalizującym się w psychologii biznesu. W pracy łączy wiedzę psychologiczną z doświadczeniem w pracy w biznesie.

Jako współwłaściciel pełniłam funkcję dyrektora generalnego w rodzinnej firmie Bellako Sp. z o.o. od 35 lat produkującej oryginalne mieszanki przypraw dla polskiego przemysłu spożywczego i gastronomii.

Byłam także współtwórcą powstałej ponad 15 lat temu placówki psychoterapii Pracownia Psychorozwoju Kielczyk, która zatrudniała 20 specjalistów.

Doskonale zna wyzwania i trudne zagadnienia biznesowe stojące przed osobami prowadzącymi przedsiębiorstwa. Ma za sobą kilkanaście lat doświadczenia w zarządzaniu, a na koncie zarówno sukcesy, jak i porażki, dlatego też rozumie, z czym borykają się menadżerowie. Obszary i zagadnienia, którymi się interesuje to  – relacje międzyludzkie w biznesie, trudny klient, zarządzanie zespołem, motywacja; a obecnie także problemy psychologiczne w przedsiębiorstwach wynikające z pandemii.

Jej celem jest znalezienie odpowiedzi na pytania Klientów i drogi do osiągnięcia ich celu – osobistego i zawodowego.

Wykorzystując swoją wiedzę i doświadczenie, stworzyła autorską terapię dla ludzi biznesu, podczas której oferuje unikatową możliwość psychologicznej analizy potrzeb biznesowych i poszukiwania własnych rozwiązań w oparciu o indywidualną osobowość menadżerską. Przygotowuje i prowadzi mentoring dla ludzi biznesu oraz autorskie sesje terapii dla wyższej kadry menedżerskiej.

Opracowuje i prowadzi także wykłady i webinaria z tematyki psychologii biznesu na indywidualne zlecenia firm, instytucji, organizacji biznesowych, uczelni. Występuje jako ekspert podczas konferencji biznesowych i menadżerskich.

Z racji unikatowej wiedzy i doświadczenia występuje w roli eksperta i komentatora w wydawnictwach branżowych, opiniotwórczych czy informacyjnych. Publikacje z jej udziałem ukazywały się

m.in. w Newsweeku, Polityce, Rzeczpospolitej czy Gazecie Wyborczej. Udziela także wywiadów telewizjom: TVN, TVN24, Polsat, TP oraz rozgłośniom Polskiego Radia, Tok FM, Radio ZET i Radio Dla Ciebie ITD.

  • Magister psychologii - Szkoła Wyższą Psychologii Społecznej w Warszawie 
  • Członek Samorządu Zawodowego Psychologów Polskiego Towarzystwa Psychologicznego. 
  • Certyfikowany terapeuta skoncentrowany na rozwiązaniu TSR
  • Certyfikowany Coach International Coaching Community (ICC). 
  • Coach w ujęciu psychologicznym – kurs coachingu ośrodku Intra rekomendowanym przez Polskie Towarzystwo Psychologiczne.
  • Terapeuta - ukończone 4 letnie studium psychoterapii w Szkole Psychoterapii w ośrodku Intra rekomendowanym przez Polskie Towarzystwo Psychologiczne.
  •  Certyfikat Instruktora Medytacji dynamicznej Osho dla ludzi binzesu
  •  Certyfikowany Trener oddechu 
  • "Jung -ciało-ruch” - warsztat pracy z ciałem, tańcem, ruchem i rysunkiem

" ["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_34862_large_photo_png_1760418538.png" ["large_photo_webp"]=> string(50) "photos/user_34862_large_photo_webp_1760418538.webp" ["small_photo_png"]=> string(48) "photos/user_34862_small_photo_png_1760418538.png" ["small_photo_webp"]=> string(50) "photos/user_34862_small_photo_webp_1760418538.webp" ["pivot_product_id"]=> int(51614) ["pivot_author_id"]=> int(34862) } ["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(51614) ["author_id"]=> int(34862) } ["original":protected]=> array(2) { ["product_id"]=> int(51614) ["author_id"]=> int(34862) } ["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)#3031 (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)#3005 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTranslation)#2963 (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(51614) ["product_id"]=> int(51614) ["locale"]=> string(2) "pl" ["name"]=> string(69) "Zarządzanie stresem i przeciążeniem – neurotechniki dla liderów" ["content"]=> string(1564) "

OPIS WEBINARU

Zarządzanie stresem i przeciążeniem – neurotechniki dla liderów

Uczestnicy zrozumieją, jak stres wpływa na mózg i wydajność lidera oraz poznają praktyczne neurotechniki do szybkiej regulacji emocji i budowania higieny mentalnej.

PROGRAM

1. Czym jest stres liderów - Przypomnijcie sobie najtrudniejszą sytuację w pracy

2. ćwiczenie -Co najczęściej wywołuje u Ciebie stres w pracy?

3. Jak stres działa na mózg: gorsze decyzje, spadek empatii, trudności w motywowaniu zespołu.

4. Neurotechniki odzyskiwania równowagi

•        Skaner przekonań dr. Maxie C. Maultsby’ 5 pytań sprawdzających negatywne przekonania

•        Strząsanie napięcia – mokry pies

•        Napięcie mięśni 

•        Rozluźnienie i rozgrzewanie barków sprzyjające lepszemu oddychaniu

•        Szybki spacer – wyjdź i wychodź stres

5. Higiena mentalna lidera

•        Sen jako „reset” mózgu 

•        Technika pomodoro

•        Codzienny journaling lub 3 rzeczy, za które jestem wdzięczny.

•        Ograniczenie multitaskingu – lepsza koncentracja i spokój.

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

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
09 marca 2026

Czas zakończenia:

10:30
09 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(51614) ["product_id"]=> int(51614) ["locale"]=> string(2) "pl" ["name"]=> string(69) "Zarządzanie stresem i przeciążeniem – neurotechniki dla liderów" ["content"]=> string(1564) "

OPIS WEBINARU

Zarządzanie stresem i przeciążeniem – neurotechniki dla liderów

Uczestnicy zrozumieją, jak stres wpływa na mózg i wydajność lidera oraz poznają praktyczne neurotechniki do szybkiej regulacji emocji i budowania higieny mentalnej.

PROGRAM

1. Czym jest stres liderów - Przypomnijcie sobie najtrudniejszą sytuację w pracy

2. ćwiczenie -Co najczęściej wywołuje u Ciebie stres w pracy?

3. Jak stres działa na mózg: gorsze decyzje, spadek empatii, trudności w motywowaniu zespołu.

4. Neurotechniki odzyskiwania równowagi

•        Skaner przekonań dr. Maxie C. Maultsby’ 5 pytań sprawdzających negatywne przekonania

•        Strząsanie napięcia – mokry pies

•        Napięcie mięśni 

•        Rozluźnienie i rozgrzewanie barków sprzyjające lepszemu oddychaniu

•        Szybki spacer – wyjdź i wychodź stres

5. Higiena mentalna lidera

•        Sen jako „reset” mózgu 

•        Technika pomodoro

•        Codzienny journaling lub 3 rzeczy, za które jestem wdzięczny.

•        Ograniczenie multitaskingu – lepsza koncentracja i spokój.

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

Cena bez abonamentu:

0 PLN

Czas rozpoczęcia:

10:00
09 marca 2026

Czas zakończenia:

10:30
09 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" } [4]=> object(App\Models\Product)#3108 (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)#3096 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["tags"]=> object(Illuminate\Database\Eloquent\Collection)#3067 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTag)#3036 (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)#3056 (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)#3137 (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)#3030 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTagTranslation)#3020 (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)#3011 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["authors"]=> object(Illuminate\Database\Eloquent\Collection)#2999 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Auth\Models\User)#2968 (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(30) { ["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" } ["original":protected]=> array(32) { ["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" ["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)#2985 (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)#3031 (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)#2997 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTranslation)#2962 (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" } [5]=> object(App\Models\Product)#3107 (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)#3094 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["tags"]=> object(Illuminate\Database\Eloquent\Collection)#3065 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTag)#3035 (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)#3054 (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)#3137 (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)#3028 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTagTranslation)#3020 (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)#3009 (2) { ["items":protected]=> array(0) { } ["escapeWhenCastingToString":protected]=> bool(false) } ["authors"]=> object(Illuminate\Database\Eloquent\Collection)#2996 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Auth\Models\User)#2967 (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(30) { ["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" } ["original":protected]=> array(32) { ["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" ["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)#2983 (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)#3031 (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)#3007 (2) { ["items":protected]=> array(1) { [0]=> object(SCTeam\Products\Models\ProductTranslation)#2961 (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" } } ["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!