@php $theme = App\Models\Option::where('key', 'theme_settings')->first(); $theme = json_decode($theme->value); @endphp