@extends('backend.settings.setting-layout') @section('title') {{ __('theme_settings') }} @endsection @section('breadcrumbs')

{{ __('theme_settings') }}

@endsection @section('website-settings')
{{ __('heads_up_customize_the_way_you_like') }}

{{ __('add_your_brand_theme_color_it_will_be_reflected_on_your_website_and_admin_panel_add_your') }} {{ __('logo_and_favicon_here') }}.

{{ __('website_theme_style') }}

{{ __('primary_color') }}
{{ __('secondary_color') }}
@if (userCan('setting.update')) @endif

{{ __('admin_theme_style') }}

@csrf @method('PUT')
{{ __('left_sidebar_background_color') }}
{{ __('left_sidebar_text_color') }}
{{ __('top_nav_background_color') }}
{{ __('top_nav_text_color') }}
{{ __('main_color') }}
{{ __('accent_color') }}
@if (userCan('setting.update')) @endif

{{ __('layout_setting') }}

@csrf @method('PUT')
{{ __('left_navigation_layout') }}
top nav @if (userCan('setting.update'))
@if ($setting->default_layout) {{ __('inactivate') }} @else {{ __('activate') }} @endif
@endif
{{ __('top_navigation_layout') }}
top nav @if (userCan('setting.update'))
@if ($setting->default_layout) {{ __('activate') }} @else {{ __('inactivate') }} @endif
@endif
{{-- landing page start --}}

{{ __('Choose Landing Page') }}

@method('PUT') @csrf
@if (userCan('setting.update')) @endif
{{-- landing page end --}} @endsection @section('style') @endsection @section('script') @endsection