@if(!empty($themeFooterData['contents'])) @php $themeFooterContent = $themeFooterData['contents']; $themeFooterBackground = null; $themeFooterDarkBackground = null; $themeFooterBackgroundColor = "secondary"; if (!empty($themeFooterContent['dark_mode_background'])) { $themeFooterDarkBackground = $themeFooterContent['dark_mode_background']; } if (!empty($themeFooterContent['background'])) { $themeFooterBackground = $themeFooterContent['background']; } if (!empty($themeFooterContent['background_color'])) { $themeFooterBackgroundColor = $themeFooterContent['background_color']; } @endphp @endif