0π
β
If you meaning laravels blade template engine β itβs not possible. Blade runs on backend and vue runs on frontend.
What you should do is find how vuejs get {{ items.count }}
(getting by ajax or directly on page from backend) and make blade use such method too
Source:stackexchange.com