Form builder component properties render
Hey there!
Can somebody point me where ViewComponent protected properties goes into view render?
I only see something like default Laravel behaviour with view('view-name', $this->data()) β where ->data() - collects public properties & methods, but how does protected properties goes here?
Where is this secret method that collects protected properties from component?
Would much appreciate your help, guys! @danharrin @zepfietje @awcodes
Can somebody point me where ViewComponent protected properties goes into view render?
I only see something like default Laravel behaviour with view('view-name', $this->data()) β where ->data() - collects public properties & methods, but how does protected properties goes here?
Where is this secret method that collects protected properties from component?
Would much appreciate your help, guys! @danharrin @zepfietje @awcodes