@if(!file_exists(base_path('config/devdojo/auth/settings.php'))) @else
@foreach((array)$this->settings as $key => $value)
@php $description = ($this->descriptions->settings[$key] ?? ''); @endphp @if(is_bool($value)) @else @endif
@endforeach
@endif