2018-06-05 07:49:05 +00:00
|
|
|
|
@extends('site.partial.template')
|
|
|
|
|
|
|
|
|
|
@section('section')
|
|
|
|
|
|
|
|
|
|
<div class="title">
|
|
|
|
|
<h3 class="font-weight-bold">Language</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
2018-06-09 05:45:06 +00:00
|
|
|
|
<div class="alert alert-info font-weight-bold">We’re still working on localization support!</div>
|
2018-06-05 07:49:05 +00:00
|
|
|
|
<p class="lead">Current Locale: <span class="font-weight-bold">{{App::getLocale()}}</span></p>
|
|
|
|
|
<p class="lead">Select from one of the supported languages:</p>
|
|
|
|
|
<ul class="list-group">
|
|
|
|
|
<a class="list-group-item font-weight-bold" href="/i/lang/en">English</a>
|
|
|
|
|
</ul>
|
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
|
|
@push('meta')
|
|
|
|
|
<meta property="og:description" content="Language">
|
|
|
|
|
@endpush
|