@props([ 'theme' => '', 'inline' => null, 'date' => null, 'column' => null, 'tableName' => null, ]) @php $tableName = \Illuminate\Support\Str::kebab($tableName); $customConfig = []; if (data_get($date, 'config')) { foreach (data_get($date, 'config') as $key => $value) { $customConfig[$key] = $value; } } @endphp