№ | {{ __('Language Name') }} | {{ __('Is Active') }} | {{ __('Is Default') }} | |
---|---|---|---|---|
{{ $loop->iteration }} |
|
{{ $language->translations->isNotEmpty() ? $language->translations->first()->name : '' }} |
@if ($language->is_active)
|
@if ($language->is_default)
|