@extends('layouts.login.master') @section('title') {{$title}} @endsection @section('content') @foreach (LaravelLocalization::getSupportedLocales() as $localeCode => $properties) @if($properties['native'] != LaravelLocalization::getCurrentLocaleNative() ) {{ $properties['native'] }} @endif @endforeach