@if(!file_exists(base_path('config/devdojo/auth/language.php')))
@else
@foreach($this->language as $parentKey => $value)
{{ ucwords(str_replace('_', ' ', Str::snake($parentKey))) }}
@foreach((array)$value as $key => $value)
@if(is_bool($value))
@else
@endif
@endforeach
@endforeach
@endif