🏔️

Slot

slot is basically when you are making a component and want to use any wrapped text by the component to access inside compoent ( As we do in the child acessing of the component in react )
Same thing we called as Slots in laravel
notion image
notion image
just write {{$slot }} and this will be the wrapped content of the component
 

Multiple Child

incase you are having multiple child inside the component then you have to wrapp them in a tag that will be inform of slot:name manner
notion image
notion image
You can use <x-slot:name> or <x-slot name=”_name_”> both