{{-- Variables expected: $groupDisplayName (string) - The display name of the main group (e.g., "General", "Mail Settings") $originalGroupName (string) - The original key of the main group $settingsGroupedBySubGroup (Collection) - Collection of [SubGroupName => CollectionOfSettings] $groupDescription (string|null) - Description for the main group $canEditGroup (bool) - Whether the current user can edit settings in this main group --}} {{-- This whole block is for ONE main group (e.g., "General Settings" sub-tab) --}} {{-- Display Main Group Title and Description --}}
{{ $groupDescription }}
@endif{{ $message }}
@enderror @error('settings_files.' . $setting->key){{ $message }}
@enderror{{ $setting->description }}
@endifNo settings are available in the '{{ $groupDisplayName }}' group.