I am using ServerTable to render a list of companies and I want to take the total amount of records and show it in the blade template. Is there any way to pass the data from Vue component and show it in blade?
This is inside the Vue component:{{ items.count + 'results found' }}