@if(count(Language::available()) > 1)
@foreach(Language::available() as $code => $name) {{ $name }} @endforeach
@endif