Closed AamirSohailKmAs closed 1 year ago
The idea is, we have a blade directive
@component('foo', ['bar' => $buzz)
it would be nice if we could convert this into its component for
<x-foo :bar="$buzz" />
and vice versa
Feature Description
The idea is, we have a blade directive
it would be nice if we could convert this into its component for
and vice versa