How To I connect with contact form 7

I am a beginner in sage theme. Now, I can not connect the contact form 7. The form is written in the component. Also created form in the contact form7. Because I do not know how to keep them organized. can I get some advice?

You should call do_shortcode function as CF7 does rely on its own code to work

Just write this in your blade changing the id:

@php do_shortcode('[contact-form-7 id="1234" title="Contact form 1"]') @endphp

Thank you for your support. I will do so.