{{-- @php $isEdit = ($formMode ?? 'create') === 'edit'; $combo = $combo ?? null; $storeId = $storeId ?? null; $redirectUrl = $redirectUrl ?? null; $idPrefix = $formIdPrefix ?? 'combo_form'; @endphp
@if ($isEdit) @endif --}} @php $isEdit = ($formMode ?? 'create') === 'edit'; $combo = $combo ?? null; $storeId = $storeId ?? null; $redirectUrl = $redirectUrl ?? null; $idPrefix = $formIdPrefix ?? 'combo_form'; $comboItemAttributesByItem = $comboItemAttributesByItem ?? []; @endphp @if ($isEdit) @endif