{{-- select2 from ajax --}} @php $field ??= []; $entityModel = !empty($xPanel) ? $xPanel->model : null; $connectedEntity = new $field['model']; $connectedEntityKeyName = $connectedEntity->getKeyName(); $oldValue = $field['value'] ?? ($field['default'] ?? false); $oldValue = old($field['name'], $oldValue); @endphp