@php $theme_color = Theme::getThemeColor(); $bg_color = Theme::getBackgroundColor(); $theme_font = Theme::getThemeFont(); if($theme_color == null){ $theme_color='purple'; } if($bg_color == null){ $bg_color='#fff'; } if($theme_font == null){ $theme_font='poppins'; } // dd($theme_color); @endphp {{ Theme::getMetaTitle() }} {!! Theme::content('default') !!}