{{-- custom editable column --}} @php $column['value'] = $column['value'] ?? data_get($entry, $column['name']); if(is_callable($column['value']) && $column['value'] instanceof \Closure) { $column['value'] = $column['value']($entry); } $column['underlined'] = $column['underlined'] ?? false; $column['fake'] = $column['fake'] ?? false; $column['store_in'] = $column['store_in'] ?? 'extras'; @endphp @includeWhen(!empty($column['wrapper']), 'crud::columns.inc.wrapper_start')
@includeWhen(!empty($column['wrapper']), 'crud::columns.inc.wrapper_end')