Added: buttons to change language

Now the welcome.blade has two new links to change language.
Other pages has a footer with the language switcher too.
This commit is contained in:
2018-09-29 01:49:02 -03:00
parent ce0ddad1e7
commit f56d8f4b7a
3 changed files with 27 additions and 3 deletions

View File

@@ -102,9 +102,12 @@
@endauth
<a href="/help">@lang('welcome.Help')</a>
</div>
<div>
<br>
<div class="mt-5 mb-5"><br></div>
<div class="links">
<a href="{{ url('/lang/pt-br') }}">Português</a>
<a href="{{ url('/lang/en') }}">English</a>
</div>
<div class="mt-5 mb-5"><br></div>
<div class="links footer">
<a href="https://brunofontes.net">@lang('welcome.byAuthor')</a>
<p>@lang('welcome.copyright')</p>