@if ($theme_code === 'custom')
 }})
@endif
@if ($theme_code === 'theme_1')
 }})
@endif
@if ($theme_code === 'theme_2')
 }})
@endif
@if ($theme_code === 'default')
 }})
@endif
{{-- @if ($theme_code === 'custom') --}}
{{ ucwords(str_replace('_', ' ', $theme_code)) }}
@foreach ($settings as $theme_setting)
@if ($theme_setting->type === 'color')
@endif
@endforeach