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

@@ -80,9 +80,11 @@
<div class="alert alert-danger text-center" role="alert">{{ $flashMsg }}</div>
@endif
<main class="py-4">
<main class="py-4 mb-5">
@yield('content')
</main>
@include('layouts.footer')
</div>
</body>