Is there a way to use the equivalent to blade props ? like this ```blade @props([ 'badge' => null, 'badgeColor' => 'primary', ]) ```
Is there a way to use the equivalent to blade props ?
like this