I am unable to pass url in views html form action tag.
Use action="{{ action('WelcomeController@log_in') }}"
action="{{ action('WelcomeController@log_in') }}"
however TokenMismatchException means that you are missing a CSRF token in your form.
You can add this by using