$name, 'label' => $label, 'type' => 'iframe', 'url' => $url, // URL to display in iframe 'width' => $options['width'] ?? '', // Iframe width 'height' => $options['height'] ?? '', // Iframe height 'extra_attributes' => $options['extra_attributes'] ?? [], // Additional iframe attributes 'hint' => $options['hint'] ?? null, // Help text ]; return \Backpack\CRUD\app\Library\CrudPanel\CrudPanelFacade::field($field); } }