@props([
'theme' => '',
'inline' => null,
'date' => null,
'column' => null,
])
@php
$customConfig = [];
if (data_get($date, 'config')) {
foreach (data_get($date, 'config') as $key => $value) {
$customConfig[$key] = $value;
}
}
@endphp
@if(!$inline)
@endif
@push('power_grid_scripts')
@endpush