Choose your language:
@php $loc = count(get_locales()); $count = round(($loc / 2)); @endphp
@foreach (collect(get_locales())->chunk($count)->first() as $key => $locale) @if ($key != config('app.locale')) {{ $locale }} {{ $key }} @endif @endforeach
@foreach (collect(get_locales())->chunk($count)->last() as $key => $locale) @if ($key != config('app.locale')) {{ $locale }} {{ $key }} @endif @endforeach