@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@lang($pageTitle)
{{-- @include('sections.admin_setting_menu') --}}

Favicon

@lang('messages.faviconNote')
active_theme == 'default') checked @endif>
active_theme == 'custom') checked @endif>
rounded_theme) checked @endif>
rounded_theme) checked @endif>
active_theme == 'default') style="display:none" @endif>
@csrf

@lang('modules.themeSettings.adminPanelTheme')

@lang('modules.themeSettings.headerColor')

@lang('modules.themeSettings.sidebarColor')

@lang('modules.themeSettings.sidebarTextColor')

@lang('modules.themeSettings.linkColor')


@lang('modules.themeSettings.employeePanelTheme')

@lang('modules.themeSettings.headerColor')

@lang('modules.themeSettings.sidebarColor')

@lang('modules.themeSettings.sidebarTextColor')

@lang('modules.themeSettings.linkColor')


@lang('modules.themeSettings.clientPanelTheme')

@lang('modules.themeSettings.headerColor')

@lang('modules.themeSettings.sidebarColor')

@lang('modules.themeSettings.sidebarTextColor')

@lang('modules.themeSettings.linkColor')


@lang('modules.themeSettings.customCss')

If you have large custom css then create following 3 files in public/css/ and make changes in it.

  1. admin-custom.css (css file for admin panel)
  2. member-custom.css (css file for member panel)
  3. client-custom.css (css file for client panel)
@endsection @push('footer-script') @endpush