@extends('layouts.adminmaster') @section('styles') @endsection @section('content')

{{ lang('App Title & Logos', 'setting') }}

@csrf @honeypot
@error('title') {{ lang($message) }} @enderror
{{ lang('The file size should not be more than 5MB', 'filesetting') }}
@error('image') {{ lang($message) }} @enderror
@if ($title->image == null) logo @else @endif
{{ lang('The file size should not be more than 5MB', 'filesetting') }}
@error('image1') {{ lang($message) }} @enderror
@if ($title->image1 == null) logo @else @endif
{{ lang('The file size should not be more than 5MB', 'filesetting') }}
@error('image2') {{ lang($message) }} @enderror
@if ($title->image2 == null) logo @else @endif
{{ lang('The file size should not be more than 5MB', 'filesetting') }}
@error('image3') {{ lang($message) }} @enderror
@if ($title->image3 == null) logo @else @endif
{{ lang('The file size should not be more than 5MB', 'filesetting') }}
@error('image4') {{ lang($message) }} @enderror
@if ($title->image4 == null) logo @else @endif

{{ lang('Color Setting', 'setting') }}

@csrf
@if ($errors->has('theme_color')) {{ $errors->first('theme_color') }} @endif
@if ($errors->has('theme_color_dark')) {{ $errors->first('theme_color_dark') }} @endif

{{ lang('Global Language Setting', 'setting') }}

@csrf

{{ lang('Global Date & Time Format', 'setting') }}

@csrf

{{ lang('First Day of the Week', 'setting') }}

@csrf

{{ lang('Global Timezones', 'setting') }}

@csrf

{{ lang('Two Factor Authentication Settings', 'setting') }}

@csrf

{{lang('Security Controls', 'Setting')}}

@csrf

{{ lang('Session Timeout Settings', 'setting') }}

@csrf
@if ($errors->has('admin_users_inactive_auto_logout')) {{ $errors->first('admin_users_inactive_auto_logout') }} @endif
@if ($errors->has('admin_users_inactive_auto_logout_time')) {{ $errors->first('admin_users_inactive_auto_logout_time') }} @endif

{{ lang('App Global Settings', 'setting') }}

({{ lang('If you disable this setting, the "Switch to Dark-Mode" option will disappear from the Admin panel user’s profile page.', 'setting') }})
({{ lang('If you enable this setting, the whole application will convert to "Dark-Mode" except for the users that are permitted with "Personal Settings."', 'setting') }})
({{ lang('If you enable this setting, "Google Font" will not apply to the whole application or site.', 'setting') }})
({{ lang('If you enable this setting, it will make your web application secure using "force SSL" when it is not secure, even if your domain is certified with an SSL certificate.', 'setting') }})
({{ lang('If you disable this setting, the "Knowledge" option will disappear from the application’s header section.', 'setting') }})
({{ lang('If you disable this setting, the "faq" option will disappear from the application’s header section.', 'setting') }})
({{ lang('If you disable this Envato switch, the entire "Envato" option will disappear from the application', 'setting') }})
({{ lang('If you disable this setting, article views count will disappear in the "Article" view page.', 'setting') }})
({{ lang('If you "Enable" this setting, the whole application sidemenu will collapse into Icon Menu', 'setting') }})
@can('Maintenance Mode Access')
({{ lang('If you "Enable" this setting, the application will go into maintenance mode. Only admin panel users can access the application.', 'setting') }})
@endcan

{{ lang('Footer Copyright Text', 'setting') }}

@csrf @honeypot
@error('copyright') {{ lang($message) }} @enderror
@endsection @section('scripts') @vite(['resources/assets/js/support/support-sidemenu.js']) @vite(['resources/assets/js/select2.js']) @endsection @section('modal') @include('admin.generalsetting.modalpopup.logindisablemodal') @endsection