Use the Laravel helper url()
For a link to the home page: <a href="{{ url('/') }}">Visit Google</a>
From Laravel docs: https://laravel.com/docs/5.5/helpers#method-url
Solution:
Use the Laravel helper url()
For a link to the home page: <a href="{{ url('/') }}">Visit Google</a>
From Laravel docs: https://laravel.com/docs/5.5/helpers#method-url