Solve your laravel problems.
I have a blade file that I wish to use as a vue component. So in the .vue file I would normally have it coded as:
<template> .... </tempalte> ....rest of vue file
But how can I use a blade file for a template?