@php $exception = $exception ?? false; $desktop = $desktop ?? true; $graph_chart = $graph_chart ?? false; $desktopNoScroll = $desktopNoScroll ?? false; $increaseMarginAtIndex = $increaseMarginAtIndex ?? false; $increaseMarginLeft = $increaseMarginLeft ?? false; $mobileMarginTop = $mobileMarginTop ?? false; $noDesk = "no-desk"; $adjustPadding = "impactreport2022-graph-carousel-padding-top"; if ($graph_chart) { $noDesk = "no-desk-768"; } @endphp