Adding google authentication with google client api

When you try to add google client api on Laravel, csrf middleware automatically check the csrf token for post requests.

Don't forget to add data-_token={{ csrf_token() }} on the login button element.