GET http://www.kinlinknaye.com/en/contact-us

Components

10 Twig Components
12 Render Count
34 ms Render Time
32,0 MiB Memory Usage

Components

Name Metadata Render Count Render Time
Breadcrumb:Item
[Anonymous]
components/Breadcrumb/Item.html.twig
2 0,47ms
Button
[Anonymous]
components/Button.html.twig
2 2,99ms
Topbar
[Anonymous]
components/Topbar.html.twig
1 1,44ms
Header
[Anonymous]
components/Header.html.twig
1 5,36ms
Pattern:Background
[Anonymous]
components/Pattern/Background.html.twig
1 0,18ms
Content:Contact:Hero
[Anonymous]
components/Content/Contact/Hero.html.twig
1 5,00ms
Pattern:Top
[Anonymous]
components/Pattern/Top.html.twig
1 3,21ms
Breadcrumb
[Anonymous]
components/Breadcrumb.html.twig
1 0,96ms
Content:Contact:Form
[Anonymous]
components/Content/Contact/Form.html.twig
1 20,98ms
Footer
[Anonymous]
components/Footer.html.twig
1 0,71ms

Render calls

Topbar
[Anonymous]
32,0 MiB 1,44 ms
Input props
[]
Attributes
[]
Component
Symfony\UX\TwigComponent\AnonymousComponent {#978
  -props: []
}
Header
[Anonymous]
32,0 MiB 5,36 ms
Input props
[]
Attributes
[]
Component
Symfony\UX\TwigComponent\AnonymousComponent {#1033
  -props: []
}
Pattern:Background
[Anonymous]
32,0 MiB 0,18 ms
Input props
[]
Attributes
[]
Component
Symfony\UX\TwigComponent\AnonymousComponent {#1092
  -props: []
}
Content:Contact:Hero
[Anonymous]
32,0 MiB 5,00 ms
Input props
[]
Attributes
[]
Component
Symfony\UX\TwigComponent\AnonymousComponent {#1115
  -props: []
}
Pattern:Top
[Anonymous]
32,0 MiB 3,21 ms
Input props
[]
Attributes
[]
Component
Symfony\UX\TwigComponent\AnonymousComponent {#1136
  -props: []
}
Breadcrumb
[Anonymous]
32,0 MiB 0,96 ms
Input props
[
  "class" => "flex px-5 py-3 bg-bg-surface text-fg-muted rounded-global"
]
Attributes
[
  "class" => "flex px-5 py-3 bg-bg-surface text-fg-muted rounded-global"
]
Component
Symfony\UX\TwigComponent\AnonymousComponent {#1349
  -props: [
    "class" => "flex px-5 py-3 bg-bg-surface text-fg-muted rounded-global"
  ]
}
Breadcrumb:Item
[Anonymous]
32,0 MiB 0,34 ms
Input props
[
  "title" => "Home"
  "href" => "/en/"
  "icon" => "hugeicons:home-01"
]
Attributes
[
  "title" => "Home"
  "href" => "/en/"
  "icon" => "hugeicons:home-01"
]
Component
Symfony\UX\TwigComponent\AnonymousComponent {#1367
  -props: [
    "title" => "Home"
    "href" => "/en/"
    "icon" => "hugeicons:home-01"
  ]
}
Breadcrumb:Item
[Anonymous]
32,0 MiB 0,13 ms
Input props
[
  "title" => "Contact"
]
Attributes
[
  "title" => "Contact"
]
Component
Symfony\UX\TwigComponent\AnonymousComponent {#1396
  -props: [
    "title" => "Contact"
  ]
}
Content:Contact:Form
[Anonymous]
32,0 MiB 20,98 ms
Input props
[
  "form" => Symfony\Component\Form\FormView {#837
    +vars: [
      "value" => App\Model\ContactModel {#525
        +name: null
        +email: null
        +phone: null
        +subject: null
        +message: null
      }
      "attr" => []
      "form" => Symfony\Component\Form\FormView {#837}
      "id" => "contact"
      "name" => "contact"
      "full_name" => "contact"
      "disabled" => false
      "label" => null
      "label_format" => null
      "label_html" => false
      "multipart" => false
      "block_prefixes" => [
        "form"
        "contact"
        "_contact"
      ]
      "unique_block_prefix" => "_contact"
      "row_attr" => []
      "translation_domain" => null
      "label_translation_parameters" => []
      "attr_translation_parameters" => []
      "priority" => 0
      "cache_key" => "_contact_contact"
      "errors" => Symfony\Component\Form\FormErrorIterator {#903
        -errors: []
        -form: Symfony\Component\Form\Form {#878 …}
      }
      "valid" => true
      "data" => App\Model\ContactModel {#525}
      "required" => true
      "label_attr" => []
      "help" => null
      "help_attr" => []
      "help_html" => false
      "help_translation_parameters" => []
      "compound" => true
      "method" => "POST"
      "action" => ""
      "submitted" => false
    ]
    +children: [
      "name" => Symfony\Component\Form\FormView {#938
        +vars: [
          "value" => ""
          "attr" => [
            "autofocus" => true
            "placeholder" => "John Doe"
          ]
          "form" => Symfony\Component\Form\FormView {#938}
          "id" => "contact_name"
          "name" => "name"
          "full_name" => "contact[name]"
          "disabled" => false
          "label" => "contact.sections.form.name"
          "label_format" => null
          "label_html" => false
          "multipart" => false
          "block_prefixes" => [
            "form"
            "text"
            "_contact_name"
          ]
          "unique_block_prefix" => "_contact_name"
          "row_attr" => []
          "translation_domain" => null
          "label_translation_parameters" => []
          "attr_translation_parameters" => []
          "priority" => 0
          "cache_key" => "_contact_name_text"
          "errors" => Symfony\Component\Form\FormErrorIterator {#936
            -errors: []
            -form: Symfony\Component\Form\Form {#923 …}
          }
          "valid" => true
          "data" => null
          "required" => true
          "label_attr" => []
          "help" => null
          "help_attr" => []
          "help_html" => false
          "help_translation_parameters" => []
          "compound" => false
          "method" => "POST"
          "action" => ""
          "submitted" => false
        ]
        +children: []
        -rendered: true
        -methodRendered: false
        +parent: Symfony\Component\Form\FormView {#837}
      }
      "email" => Symfony\Component\Form\FormView {#934
        +vars: [
          "value" => ""
          "attr" => [
            "placeholder" => "name@company.com"
          ]
          "form" => Symfony\Component\Form\FormView {#934}
          "id" => "contact_email"
          "name" => "email"
          "full_name" => "contact[email]"
          "disabled" => false
          "label" => "contact.sections.form.email"
          "label_format" => null
          "label_html" => false
          "multipart" => false
          "block_prefixes" => [
            "form"
            "text"
            "email"
            "_contact_email"
          ]
          "unique_block_prefix" => "_contact_email"
          "row_attr" => []
          "translation_domain" => null
          "label_translation_parameters" => []
          "attr_translation_parameters" => []
          "priority" => 0
          "cache_key" => "_contact_email_email"
          "errors" => Symfony\Component\Form\FormErrorIterator {#935
            -errors: []
            -form: Symfony\Component\Form\Form {#926 …}
          }
          "valid" => true
          "data" => null
          "required" => true
          "label_attr" => []
          "help" => null
          "help_attr" => []
          "help_html" => false
          "help_translation_parameters" => []
          "compound" => false
          "method" => "POST"
          "action" => ""
          "submitted" => false
        ]
        +children: []
        -rendered: true
        -methodRendered: false
        +parent: Symfony\Component\Form\FormView {#837}
      }
      "phone" => Symfony\Component\Form\FormView {#933
        +vars: [
          "value" => ""
          "attr" => [
            "placeholder" => "+1 234 567 8901"
          ]
          "form" => Symfony\Component\Form\FormView {#933}
          "id" => "contact_phone"
          "name" => "phone"
          "full_name" => "contact[phone]"
          "disabled" => false
          "label" => "contact.sections.form.phone"
          "label_format" => null
          "label_html" => false
          "multipart" => false
          "block_prefixes" => [
            "form"
            "text"
            "_contact_phone"
          ]
          "unique_block_prefix" => "_contact_phone"
          "row_attr" => []
          "translation_domain" => null
          "label_translation_parameters" => []
          "attr_translation_parameters" => []
          "priority" => 0
          "cache_key" => "_contact_phone_text"
          "errors" => Symfony\Component\Form\FormErrorIterator {#932
            -errors: []
            -form: Symfony\Component\Form\Form {#929 …}
          }
          "valid" => true
          "data" => null
          "required" => true
          "label_attr" => []
          "help" => null
          "help_attr" => []
          "help_html" => false
          "help_translation_parameters" => []
          "compound" => false
          "method" => "POST"
          "action" => ""
          "submitted" => false
        ]
        +children: []
        -rendered: true
        -methodRendered: false
        +parent: Symfony\Component\Form\FormView {#837}
      }
      "subject" => Symfony\Component\Form\FormView {#860
        +vars: [
          "value" => ""
          "attr" => [
            "placeholder" => "Subject of your message"
          ]
          "form" => Symfony\Component\Form\FormView {#860}
          "id" => "contact_subject"
          "name" => "subject"
          "full_name" => "contact[subject]"
          "disabled" => false
          "label" => "contact.sections.form.subject"
          "label_format" => null
          "label_html" => false
          "multipart" => false
          "block_prefixes" => [
            "form"
            "text"
            "_contact_subject"
          ]
          "unique_block_prefix" => "_contact_subject"
          "row_attr" => []
          "translation_domain" => null
          "label_translation_parameters" => []
          "attr_translation_parameters" => []
          "priority" => 0
          "cache_key" => "_contact_subject_text"
          "errors" => Symfony\Component\Form\FormErrorIterator {#873
            -errors: []
            -form: Symfony\Component\Form\Form {#880 …}
          }
          "valid" => true
          "data" => null
          "required" => true
          "label_attr" => []
          "help" => null
          "help_attr" => []
          "help_html" => false
          "help_translation_parameters" => []
          "compound" => false
          "method" => "POST"
          "action" => ""
          "submitted" => false
        ]
        +children: []
        -rendered: true
        -methodRendered: false
        +parent: Symfony\Component\Form\FormView {#837}
      }
      "message" => Symfony\Component\Form\FormView {#828
        +vars: [
          "value" => ""
          "attr" => [
            "placeholder" => "Write your message here..."
            "rows" => 6
          ]
          "form" => Symfony\Component\Form\FormView {#828}
          "id" => "contact_message"
          "name" => "message"
          "full_name" => "contact[message]"
          "disabled" => false
          "label" => "contact.sections.form.message"
          "label_format" => null
          "label_html" => false
          "multipart" => false
          "block_prefixes" => [
            "form"
            "text"
            "textarea"
            "_contact_message"
          ]
          "unique_block_prefix" => "_contact_message"
          "row_attr" => []
          "translation_domain" => null
          "label_translation_parameters" => []
          "attr_translation_parameters" => []
          "priority" => 0
          "cache_key" => "_contact_message_textarea"
          "errors" => Symfony\Component\Form\FormErrorIterator {#840
            -errors: []
            -form: Symfony\Component\Form\Form {#885 …}
          }
          "valid" => true
          "data" => null
          "required" => true
          "label_attr" => []
          "help" => null
          "help_attr" => []
          "help_html" => false
          "help_translation_parameters" => []
          "compound" => false
          "method" => "POST"
          "action" => ""
          "submitted" => false
          "pattern" => null
        ]
        +children: []
        -rendered: true
        -methodRendered: false
        +parent: Symfony\Component\Form\FormView {#837}
      }
      "_token" => Symfony\Component\Form\FormView {#898
        +vars: [
          "value" => "csrf-token"
          "attr" => [
            "data-controller" => "csrf-protection"
          ]
          "form" => Symfony\Component\Form\FormView {#898}
          "id" => "contact__token"
          "name" => "_token"
          "full_name" => "contact[_token]"
          "disabled" => false
          "label" => null
          "label_format" => null
          "label_html" => false
          "multipart" => false
          "block_prefixes" => [
            "form"
            "hidden"
            "csrf_token"
            "_contact__token"
          ]
          "unique_block_prefix" => "_contact__token"
          "row_attr" => []
          "translation_domain" => null
          "label_translation_parameters" => []
          "attr_translation_parameters" => []
          "priority" => 0
          "cache_key" => "_contact__token_hidden"
          "errors" => Symfony\Component\Form\FormErrorIterator {#948
            -errors: []
            -form: Symfony\Component\Form\Form {#944 …}
          }
          "valid" => true
          "data" => "csrf-token"
          "required" => false
          "label_attr" => []
          "help" => null
          "help_attr" => []
          "help_html" => false
          "help_translation_parameters" => []
          "compound" => false
          "method" => "POST"
          "action" => ""
          "submitted" => false
        ]
        +children: []
        -rendered: true
        -methodRendered: false
        +parent: Symfony\Component\Form\FormView {#837}
      }
    ]
    -rendered: false
    -methodRendered: true
    +parent: null
  }
]
Attributes
[
  "form" => Symfony\Component\Form\FormView {#837
    +vars: [
      "value" => App\Model\ContactModel {#525
        +name: null
        +email: null
        +phone: null
        +subject: null
        +message: null
      }
      "attr" => []
      "form" => Symfony\Component\Form\FormView {#837}
      "id" => "contact"
      "name" => "contact"
      "full_name" => "contact"
      "disabled" => false
      "label" => null
      "label_format" => null
      "label_html" => false
      "multipart" => false
      "block_prefixes" => [
        "form"
        "contact"
        "_contact"
      ]
      "unique_block_prefix" => "_contact"
      "row_attr" => []
      "translation_domain" => null
      "label_translation_parameters" => []
      "attr_translation_parameters" => []
      "priority" => 0
      "cache_key" => "_contact_contact"
      "errors" => Symfony\Component\Form\FormErrorIterator {#903
        -errors: []
        -form: Symfony\Component\Form\Form {#878 …}
      }
      "valid" => true
      "data" => App\Model\ContactModel {#525}
      "required" => true
      "label_attr" => []
      "help" => null
      "help_attr" => []
      "help_html" => false
      "help_translation_parameters" => []
      "compound" => true
      "method" => "POST"
      "action" => ""
      "submitted" => false
    ]
    +children: [
      "name" => Symfony\Component\Form\FormView {#938
        +vars: [
          "value" => ""
          "attr" => [
            "autofocus" => true
            "placeholder" => "John Doe"
          ]
          "form" => Symfony\Component\Form\FormView {#938}
          "id" => "contact_name"
          "name" => "name"
          "full_name" => "contact[name]"
          "disabled" => false
          "label" => "contact.sections.form.name"
          "label_format" => null
          "label_html" => false
          "multipart" => false
          "block_prefixes" => [
            "form"
            "text"
            "_contact_name"
          ]
          "unique_block_prefix" => "_contact_name"
          "row_attr" => []
          "translation_domain" => null
          "label_translation_parameters" => []
          "attr_translation_parameters" => []
          "priority" => 0
          "cache_key" => "_contact_name_text"
          "errors" => Symfony\Component\Form\FormErrorIterator {#936
            -errors: []
            -form: Symfony\Component\Form\Form {#923 …}
          }
          "valid" => true
          "data" => null
          "required" => true
          "label_attr" => []
          "help" => null
          "help_attr" => []
          "help_html" => false
          "help_translation_parameters" => []
          "compound" => false
          "method" => "POST"
          "action" => ""
          "submitted" => false
        ]
        +children: []
        -rendered: true
        -methodRendered: false
        +parent: Symfony\Component\Form\FormView {#837}
      }
      "email" => Symfony\Component\Form\FormView {#934
        +vars: [
          "value" => ""
          "attr" => [
            "placeholder" => "name@company.com"
          ]
          "form" => Symfony\Component\Form\FormView {#934}
          "id" => "contact_email"
          "name" => "email"
          "full_name" => "contact[email]"
          "disabled" => false
          "label" => "contact.sections.form.email"
          "label_format" => null
          "label_html" => false
          "multipart" => false
          "block_prefixes" => [
            "form"
            "text"
            "email"
            "_contact_email"
          ]
          "unique_block_prefix" => "_contact_email"
          "row_attr" => []
          "translation_domain" => null
          "label_translation_parameters" => []
          "attr_translation_parameters" => []
          "priority" => 0
          "cache_key" => "_contact_email_email"
          "errors" => Symfony\Component\Form\FormErrorIterator {#935
            -errors: []
            -form: Symfony\Component\Form\Form {#926 …}
          }
          "valid" => true
          "data" => null
          "required" => true
          "label_attr" => []
          "help" => null
          "help_attr" => []
          "help_html" => false
          "help_translation_parameters" => []
          "compound" => false
          "method" => "POST"
          "action" => ""
          "submitted" => false
        ]
        +children: []
        -rendered: true
        -methodRendered: false
        +parent: Symfony\Component\Form\FormView {#837}
      }
      "phone" => Symfony\Component\Form\FormView {#933
        +vars: [
          "value" => ""
          "attr" => [
            "placeholder" => "+1 234 567 8901"
          ]
          "form" => Symfony\Component\Form\FormView {#933}
          "id" => "contact_phone"
          "name" => "phone"
          "full_name" => "contact[phone]"
          "disabled" => false
          "label" => "contact.sections.form.phone"
          "label_format" => null
          "label_html" => false
          "multipart" => false
          "block_prefixes" => [
            "form"
            "text"
            "_contact_phone"
          ]
          "unique_block_prefix" => "_contact_phone"
          "row_attr" => []
          "translation_domain" => null
          "label_translation_parameters" => []
          "attr_translation_parameters" => []
          "priority" => 0
          "cache_key" => "_contact_phone_text"
          "errors" => Symfony\Component\Form\FormErrorIterator {#932
            -errors: []
            -form: Symfony\Component\Form\Form {#929 …}
          }
          "valid" => true
          "data" => null
          "required" => true
          "label_attr" => []
          "help" => null
          "help_attr" => []
          "help_html" => false
          "help_translation_parameters" => []
          "compound" => false
          "method" => "POST"
          "action" => ""
          "submitted" => false
        ]
        +children: []
        -rendered: true
        -methodRendered: false
        +parent: Symfony\Component\Form\FormView {#837}
      }
      "subject" => Symfony\Component\Form\FormView {#860
        +vars: [
          "value" => ""
          "attr" => [
            "placeholder" => "Subject of your message"
          ]
          "form" => Symfony\Component\Form\FormView {#860}
          "id" => "contact_subject"
          "name" => "subject"
          "full_name" => "contact[subject]"
          "disabled" => false
          "label" => "contact.sections.form.subject"
          "label_format" => null
          "label_html" => false
          "multipart" => false
          "block_prefixes" => [
            "form"
            "text"
            "_contact_subject"
          ]
          "unique_block_prefix" => "_contact_subject"
          "row_attr" => []
          "translation_domain" => null
          "label_translation_parameters" => []
          "attr_translation_parameters" => []
          "priority" => 0
          "cache_key" => "_contact_subject_text"
          "errors" => Symfony\Component\Form\FormErrorIterator {#873
            -errors: []
            -form: Symfony\Component\Form\Form {#880 …}
          }
          "valid" => true
          "data" => null
          "required" => true
          "label_attr" => []
          "help" => null
          "help_attr" => []
          "help_html" => false
          "help_translation_parameters" => []
          "compound" => false
          "method" => "POST"
          "action" => ""
          "submitted" => false
        ]
        +children: []
        -rendered: true
        -methodRendered: false
        +parent: Symfony\Component\Form\FormView {#837}
      }
      "message" => Symfony\Component\Form\FormView {#828
        +vars: [
          "value" => ""
          "attr" => [
            "placeholder" => "Write your message here..."
            "rows" => 6
          ]
          "form" => Symfony\Component\Form\FormView {#828}
          "id" => "contact_message"
          "name" => "message"
          "full_name" => "contact[message]"
          "disabled" => false
          "label" => "contact.sections.form.message"
          "label_format" => null
          "label_html" => false
          "multipart" => false
          "block_prefixes" => [
            "form"
            "text"
            "textarea"
            "_contact_message"
          ]
          "unique_block_prefix" => "_contact_message"
          "row_attr" => []
          "translation_domain" => null
          "label_translation_parameters" => []
          "attr_translation_parameters" => []
          "priority" => 0
          "cache_key" => "_contact_message_textarea"
          "errors" => Symfony\Component\Form\FormErrorIterator {#840
            -errors: []
            -form: Symfony\Component\Form\Form {#885 …}
          }
          "valid" => true
          "data" => null
          "required" => true
          "label_attr" => []
          "help" => null
          "help_attr" => []
          "help_html" => false
          "help_translation_parameters" => []
          "compound" => false
          "method" => "POST"
          "action" => ""
          "submitted" => false
          "pattern" => null
        ]
        +children: []
        -rendered: true
        -methodRendered: false
        +parent: Symfony\Component\Form\FormView {#837}
      }
      "_token" => Symfony\Component\Form\FormView {#898
        +vars: [
          "value" => "csrf-token"
          "attr" => [
            "data-controller" => "csrf-protection"
          ]
          "form" => Symfony\Component\Form\FormView {#898}
          "id" => "contact__token"
          "name" => "_token"
          "full_name" => "contact[_token]"
          "disabled" => false
          "label" => null
          "label_format" => null
          "label_html" => false
          "multipart" => false
          "block_prefixes" => [
            "form"
            "hidden"
            "csrf_token"
            "_contact__token"
          ]
          "unique_block_prefix" => "_contact__token"
          "row_attr" => []
          "translation_domain" => null
          "label_translation_parameters" => []
          "attr_translation_parameters" => []
          "priority" => 0
          "cache_key" => "_contact__token_hidden"
          "errors" => Symfony\Component\Form\FormErrorIterator {#948
            -errors: []
            -form: Symfony\Component\Form\Form {#944 …}
          }
          "valid" => true
          "data" => "csrf-token"
          "required" => false
          "label_attr" => []
          "help" => null
          "help_attr" => []
          "help_html" => false
          "help_translation_parameters" => []
          "compound" => false
          "method" => "POST"
          "action" => ""
          "submitted" => false
        ]
        +children: []
        -rendered: true
        -methodRendered: false
        +parent: Symfony\Component\Form\FormView {#837}
      }
    ]
    -rendered: false
    -methodRendered: true
    +parent: null
  }
]
Component
Symfony\UX\TwigComponent\AnonymousComponent {#1416
  -props: [
    "form" => Symfony\Component\Form\FormView {#837
      +vars: [
        "value" => App\Model\ContactModel {#525
          +name: null
          +email: null
          +phone: null
          +subject: null
          +message: null
        }
        "attr" => []
        "form" => Symfony\Component\Form\FormView {#837}
        "id" => "contact"
        "name" => "contact"
        "full_name" => "contact"
        "disabled" => false
        "label" => null
        "label_format" => null
        "label_html" => false
        "multipart" => false
        "block_prefixes" => [
          "form"
          "contact"
          "_contact"
        ]
        "unique_block_prefix" => "_contact"
        "row_attr" => []
        "translation_domain" => null
        "label_translation_parameters" => []
        "attr_translation_parameters" => []
        "priority" => 0
        "cache_key" => "_contact_contact"
        "errors" => Symfony\Component\Form\FormErrorIterator {#903
          -errors: []
          -form: Symfony\Component\Form\Form {#878 …}
        }
        "valid" => true
        "data" => App\Model\ContactModel {#525}
        "required" => true
        "label_attr" => []
        "help" => null
        "help_attr" => []
        "help_html" => false
        "help_translation_parameters" => []
        "compound" => true
        "method" => "POST"
        "action" => ""
        "submitted" => false
      ]
      +children: [
        "name" => Symfony\Component\Form\FormView {#938
          +vars: [
            "value" => ""
            "attr" => [
              "autofocus" => true
              "placeholder" => "John Doe"
            ]
            "form" => Symfony\Component\Form\FormView {#938}
            "id" => "contact_name"
            "name" => "name"
            "full_name" => "contact[name]"
            "disabled" => false
            "label" => "contact.sections.form.name"
            "label_format" => null
            "label_html" => false
            "multipart" => false
            "block_prefixes" => [
              "form"
              "text"
              "_contact_name"
            ]
            "unique_block_prefix" => "_contact_name"
            "row_attr" => []
            "translation_domain" => null
            "label_translation_parameters" => []
            "attr_translation_parameters" => []
            "priority" => 0
            "cache_key" => "_contact_name_text"
            "errors" => Symfony\Component\Form\FormErrorIterator {#936
              -errors: []
              -form: Symfony\Component\Form\Form {#923 …}
            }
            "valid" => true
            "data" => null
            "required" => true
            "label_attr" => []
            "help" => null
            "help_attr" => []
            "help_html" => false
            "help_translation_parameters" => []
            "compound" => false
            "method" => "POST"
            "action" => ""
            "submitted" => false
          ]
          +children: []
          -rendered: true
          -methodRendered: false
          +parent: Symfony\Component\Form\FormView {#837}
        }
        "email" => Symfony\Component\Form\FormView {#934
          +vars: [
            "value" => ""
            "attr" => [
              "placeholder" => "name@company.com"
            ]
            "form" => Symfony\Component\Form\FormView {#934}
            "id" => "contact_email"
            "name" => "email"
            "full_name" => "contact[email]"
            "disabled" => false
            "label" => "contact.sections.form.email"
            "label_format" => null
            "label_html" => false
            "multipart" => false
            "block_prefixes" => [
              "form"
              "text"
              "email"
              "_contact_email"
            ]
            "unique_block_prefix" => "_contact_email"
            "row_attr" => []
            "translation_domain" => null
            "label_translation_parameters" => []
            "attr_translation_parameters" => []
            "priority" => 0
            "cache_key" => "_contact_email_email"
            "errors" => Symfony\Component\Form\FormErrorIterator {#935
              -errors: []
              -form: Symfony\Component\Form\Form {#926 …}
            }
            "valid" => true
            "data" => null
            "required" => true
            "label_attr" => []
            "help" => null
            "help_attr" => []
            "help_html" => false
            "help_translation_parameters" => []
            "compound" => false
            "method" => "POST"
            "action" => ""
            "submitted" => false
          ]
          +children: []
          -rendered: true
          -methodRendered: false
          +parent: Symfony\Component\Form\FormView {#837}
        }
        "phone" => Symfony\Component\Form\FormView {#933
          +vars: [
            "value" => ""
            "attr" => [
              "placeholder" => "+1 234 567 8901"
            ]
            "form" => Symfony\Component\Form\FormView {#933}
            "id" => "contact_phone"
            "name" => "phone"
            "full_name" => "contact[phone]"
            "disabled" => false
            "label" => "contact.sections.form.phone"
            "label_format" => null
            "label_html" => false
            "multipart" => false
            "block_prefixes" => [
              "form"
              "text"
              "_contact_phone"
            ]
            "unique_block_prefix" => "_contact_phone"
            "row_attr" => []
            "translation_domain" => null
            "label_translation_parameters" => []
            "attr_translation_parameters" => []
            "priority" => 0
            "cache_key" => "_contact_phone_text"
            "errors" => Symfony\Component\Form\FormErrorIterator {#932
              -errors: []
              -form: Symfony\Component\Form\Form {#929 …}
            }
            "valid" => true
            "data" => null
            "required" => true
            "label_attr" => []
            "help" => null
            "help_attr" => []
            "help_html" => false
            "help_translation_parameters" => []
            "compound" => false
            "method" => "POST"
            "action" => ""
            "submitted" => false
          ]
          +children: []
          -rendered: true
          -methodRendered: false
          +parent: Symfony\Component\Form\FormView {#837}
        }
        "subject" => Symfony\Component\Form\FormView {#860
          +vars: [
            "value" => ""
            "attr" => [
              "placeholder" => "Subject of your message"
            ]
            "form" => Symfony\Component\Form\FormView {#860}
            "id" => "contact_subject"
            "name" => "subject"
            "full_name" => "contact[subject]"
            "disabled" => false
            "label" => "contact.sections.form.subject"
            "label_format" => null
            "label_html" => false
            "multipart" => false
            "block_prefixes" => [
              "form"
              "text"
              "_contact_subject"
            ]
            "unique_block_prefix" => "_contact_subject"
            "row_attr" => []
            "translation_domain" => null
            "label_translation_parameters" => []
            "attr_translation_parameters" => []
            "priority" => 0
            "cache_key" => "_contact_subject_text"
            "errors" => Symfony\Component\Form\FormErrorIterator {#873
              -errors: []
              -form: Symfony\Component\Form\Form {#880 …}
            }
            "valid" => true
            "data" => null
            "required" => true
            "label_attr" => []
            "help" => null
            "help_attr" => []
            "help_html" => false
            "help_translation_parameters" => []
            "compound" => false
            "method" => "POST"
            "action" => ""
            "submitted" => false
          ]
          +children: []
          -rendered: true
          -methodRendered: false
          +parent: Symfony\Component\Form\FormView {#837}
        }
        "message" => Symfony\Component\Form\FormView {#828
          +vars: [
            "value" => ""
            "attr" => [
              "placeholder" => "Write your message here..."
              "rows" => 6
            ]
            "form" => Symfony\Component\Form\FormView {#828}
            "id" => "contact_message"
            "name" => "message"
            "full_name" => "contact[message]"
            "disabled" => false
            "label" => "contact.sections.form.message"
            "label_format" => null
            "label_html" => false
            "multipart" => false
            "block_prefixes" => [
              "form"
              "text"
              "textarea"
              "_contact_message"
            ]
            "unique_block_prefix" => "_contact_message"
            "row_attr" => []
            "translation_domain" => null
            "label_translation_parameters" => []
            "attr_translation_parameters" => []
            "priority" => 0
            "cache_key" => "_contact_message_textarea"
            "errors" => Symfony\Component\Form\FormErrorIterator {#840
              -errors: []
              -form: Symfony\Component\Form\Form {#885 …}
            }
            "valid" => true
            "data" => null
            "required" => true
            "label_attr" => []
            "help" => null
            "help_attr" => []
            "help_html" => false
            "help_translation_parameters" => []
            "compound" => false
            "method" => "POST"
            "action" => ""
            "submitted" => false
            "pattern" => null
          ]
          +children: []
          -rendered: true
          -methodRendered: false
          +parent: Symfony\Component\Form\FormView {#837}
        }
        "_token" => Symfony\Component\Form\FormView {#898
          +vars: [
            "value" => "csrf-token"
            "attr" => [
              "data-controller" => "csrf-protection"
            ]
            "form" => Symfony\Component\Form\FormView {#898}
            "id" => "contact__token"
            "name" => "_token"
            "full_name" => "contact[_token]"
            "disabled" => false
            "label" => null
            "label_format" => null
            "label_html" => false
            "multipart" => false
            "block_prefixes" => [
              "form"
              "hidden"
              "csrf_token"
              "_contact__token"
            ]
            "unique_block_prefix" => "_contact__token"
            "row_attr" => []
            "translation_domain" => null
            "label_translation_parameters" => []
            "attr_translation_parameters" => []
            "priority" => 0
            "cache_key" => "_contact__token_hidden"
            "errors" => Symfony\Component\Form\FormErrorIterator {#948
              -errors: []
              -form: Symfony\Component\Form\Form {#944 …}
            }
            "valid" => true
            "data" => "csrf-token"
            "required" => false
            "label_attr" => []
            "help" => null
            "help_attr" => []
            "help_html" => false
            "help_translation_parameters" => []
            "compound" => false
            "method" => "POST"
            "action" => ""
            "submitted" => false
          ]
          +children: []
          -rendered: true
          -methodRendered: false
          +parent: Symfony\Component\Form\FormView {#837}
        }
      ]
      -rendered: false
      -methodRendered: true
      +parent: null
    }
  ]
}
Button
[Anonymous]
32,0 MiB 2,21 ms
Input props
[
  "type" => "submit"
  "class" => "mt-8"
  "icon" => "hugeicons:sent-02"
]
Attributes
[
  "type" => "submit"
  "class" => "mt-8"
  "icon" => "hugeicons:sent-02"
]
Component
Symfony\UX\TwigComponent\AnonymousComponent {#1447
  -props: [
    "type" => "submit"
    "class" => "mt-8"
    "icon" => "hugeicons:sent-02"
  ]
}
Button
[Anonymous]
32,0 MiB 0,78 ms
Input props
[
  "href" => "https://calendly.com/salvatrice-bahindwa-legalterlaw"
  "target" => "_blank"
  "class" => "w-max mt-8"
  "as" => "a"
  "variant" => "secondary"
]
Attributes
[
  "href" => "https://calendly.com/salvatrice-bahindwa-legalterlaw"
  "target" => "_blank"
  "class" => "w-max mt-8"
  "as" => "a"
  "variant" => "secondary"
]
Component
Symfony\UX\TwigComponent\AnonymousComponent {#1550
  -props: [
    "href" => "https://calendly.com/salvatrice-bahindwa-legalterlaw"
    "target" => "_blank"
    "class" => "w-max mt-8"
    "as" => "a"
    "variant" => "secondary"
  ]
}
Footer
[Anonymous]
32,0 MiB 0,71 ms
Input props
[]
Attributes
[]
Component
Symfony\UX\TwigComponent\AnonymousComponent {#1069
  -props: []
}