@extends('admin.layouts.master') @section('title', __('Theme Customize')) @section('has-content-sidebar', 'has-content-sidebar') @section('content-sidebar') @include('admin.settings.content-sidebar') @endsection @section('content')

{{ __('Theme Customize') }}

{{ __('Customize website appearance such as color, theme & layout.') }}

{{ __('Website Branding') }}

{{ __("Upload your website logo that will show into user dashboard and public pages.") }}

{{ __('The logo will display on light background.') }}
@if(!empty(gss('website_logo_dark')) && !empty(preview_media(gss('website_logo_dark'))))
@endif
{{ __("Recomended dimensions 180x40 px.") }}
{{ __('The logo will display on dark background.') }}
@if(!empty(gss('website_logo_light')) && !empty(preview_media(gss('website_logo_light'))))
@endif
{{ __("Recomended dimensions 180x40 px.") }}
{{ __('The logo will use in email template.') }}
@if(!empty(gss('website_logo_mail')) && !empty(preview_media(gss('website_logo_mail'))))
@endif
{{ __("Recomended dimensions 180x40 px.") }}
{{ __('The logo will display on light background.') }}
@if(!empty(gss('website_logo_dark2x')) && !empty(preview_media(gss('website_logo_dark2x'))))
@endif
{{ __("Recomended dimensions 360x80 px.") }}
{{ __('The logo will display on dark background.') }}
@if(!empty(gss('website_logo_light2x')) && !empty(preview_media(gss('website_logo_light2x'))))
@endif
{{ __("Recomended dimensions 360x80 px.") }}
{{ __('Layout & Appearance') }}
{{ __('Set appearance of home and public pages.') }}
{{ __("Color Mode") }}
{{ __('Set appearance of auth pages such as login/register.') }}
{{ __("Color Mode") }}
{{ __("Layout") }}
{{ __('Set primary color skin of admin panel appearance.') }}
{{ __("Color Mode") }}
{{ __("Color Theme") }}
{{ __('Set primary color skin of user dashboard appearance.') }}
{{ __("Color Mode") }}
{{ __("Color Theme") }}
{{ __('Set main sidebar color mode of your dashboard.') }}
{{ __("User Panel") }}
{{ __("Admin Panel") }}
@csrf
@endsection @push('scripts') @endpush