I have a component in the laravel blade and I want set class or inline style to a component without passing any data but my code not working and mt-5 is not set to x.atom.form component.
My simple code is:
<x-atom.form class="mt-5" :data="$fields->main_form"></x-atom.form>
ِYou assume my component code is:
<section class="contact-form"></section>