@lang('front.main')
@lang('front.feature')
@lang('front.screanshoots')
@lang('front.prices')
@lang('front.contactUs')
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties) @if($localeCode != app()->getLocale())
{{ $properties['native'] }}
@endif @endforeach
@yield('content')