Manage system settings with versioning and rollback support
@if($currentVersion)
Current Version: {{ $currentVersion->version_name }}
Created by: {{ $currentVersion->creator->name ?? 'System' }} on {{ $currentVersion->created_at->format('M d, Y H:i') }}
@endif
@foreach($configurations as $group => $configs)