@php $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; @endphp {{ $this->form }} @if ($footer)
{!! $footer !!}
@endif