@php $plugin = \Leandrocfe\FilamentApexCharts\FilamentApexChartsPlugin::get(); $heading = $this->getHeading(); $subheading = $this->getSubheading(); $filters = $this->getFilters(); $indicatorsCount = $this->getIndicatorsCount(); $darkMode = $this->getDarkMode(); $width = 'xs'; $pollingInterval = $this->getPollingInterval(); $chartId = $this->getChartId(); $chartOptions = $this->getOptions(); $filterFormAccessible = $this->getFilterFormAccessible(); $loadingIndicator = $this->getLoadingIndicator(); $contentHeight = $this->getContentHeight(); $deferLoading = $this->getDeferLoading(); $footer = $this->getFooter(); $readyToLoad = $this->readyToLoad; $extraJsOptions = $this->extraJsOptions(); @endphp
{{ $this->form }} @if ($footer)
{!! $footer !!}
@endif