@php $isEdit = isset($editSection); $excludedIds = $isEdit ? ($editSection['excluded_column_ids'] ?? []) : []; @endphp
@if($isEdit && !empty($editSection['color_code'])) @endif @if($isEdit) @endif
Save