I am using Laravel 7 and Vue.js 2. I want to pass an eloquent query result from a controller to a Vue.js component (passing through a View and another component).
Thi