{{__("General Style")}}

{{__('Change main color, typo ...')}}

{{__('General Options')}}
@if(is_default_lang())
@endif
@php $typo = json_decode(setting_item_with_lang('style_typo',request()->query('lang')),true) @endphp
{{__('H1,H2,H3 Options')}}
@if(is_default_lang())

{{__("Custom CSS for all languages")}}

{{__('Write your own custom css code')}}

{{__('Custom CSS')}}
{{setting_item('style_custom_css')}}
@else

{{__("Custom CSS for :name",['name'=>request('lang')])}}

{{__('Write your own custom css code')}}

{{__('Custom CSS')}}
{{setting_item_with_lang('style_custom_css',request()->query('lang'))}}
@endif @section('script.body') @endsection