@php $primary_color = App\Models\ThemeSetting::where('color', 'primary_color')->whereNot('theme_code','default')->active()->first(); $secondary_color = App\Models\ThemeSetting::where('color', 'secondary_color')->whereNot('theme_code','default')->active()->first(); $tertiary_color = App\Models\ThemeSetting::where('color', 'tertiary_color')->whereNot('theme_code','default')->active()->first(); // $tertiary_color = App\Models\ThemeSetting::where('color', 'tertiary_color')->whereNot('theme_code','default')->active()->first(); // dd($primary_color); @endphp