Diller

Dil Seçenekleri

Aktif Diller


@foreach($activelanguages as $active) @endforeach
# Dil Link Güncelleme Eylem
@if($active->flag != "") @else @endif {{ $active->title }} @if($active->default == 1) (Varsayılan Dil) @endif {{ $active->short }} {{ timeDetTr($active->updated_at) }} @if($active->default == 0) @endif

Tüm Diller


@foreach($alllanguages as $lang) @endforeach
# Dil Link Güncelleme Eylem
@if($lang->flag != "") @else @endif {{ $lang->title }} {{ $lang->short }} {{ timeDetTr($lang->updated_at) }} @if($lang->status == 0) @endif
{{ $alllanguages->links() }}