I've created a from within a laravel vue component which I'm trying to submit, but I'm getting a 404 error ThoughtJournalController@store not found.
<form method="POST" action="{{ action('ThoughtJournalController@store') }}">
How do I correctly submit a form within the vue component?