@php($activeLocale = app()->getLocale()) @foreach(['tr' => 'Türkçe', 'en' => 'English'] as $code => $label)
@csrf {{ $label }}
@endforeach