@extends('backEnd.master') @section('title') {{@$pt}} @endsection @section('mainContent') {{ $pt }} @lang('common.dashboard') @lang('system_settings.system_settings') {{@$pt}} @csrf {{@$pt}} @lang('system_settings.Tawk To Chat') is_enable == 1? 'checked':''}} value="1" > @lang('common.enable') is_enable == 0? 'checked':''}} value="0" > @lang('common.disable') @lang('auth.applicable_for') @foreach ($roles as $role) applicable_for) && in_array($role->id,$setting->applicable_for)) checked @endif> {{$role->name}} @endforeach {{ __('system_settings.show_admin_panel') }} show_admin_panel == 1 ? 'checked' : '' }} id="relationv" value="1" class="common-radio relationButton"> {{ __('common.yes') }} show_admin_panel == 0 ? 'checked' : '' }} id="relation3v" value="0" class="common-radio relationButton"> {{ __('common.no') }} @error('show_admin_panel') *{{ @$message }} @enderror {{ __('system_settings.availability') }} availability == 'mobile' ? 'checked' : '' }} id="relationFather33332" value="mobile" class="common-radio relationButton" checked> {{ __('Mobile') }} availability == 'desktop' ? 'checked' : '' }} id="relationMother4432" value="desktop" class="common-radio relationButton"> {{ __('system_settings.only_desktop') }} availability == 'both' ? 'checked' : '' }} id="relationMother4222" value="both" class="common-radio relationButton"> {{ __('system_settings.both') }} @error('availability') *{{ @$message }} @enderror {{ __('system_settings.show_website') }} show_website == 1 ? 'checked' : '' }} id="relationvC" value="1" class="common-radio relationButton" > {{ __('common.yes') }} show_website == 0 ? 'checked' : '' }} id="relation3vC" value="0" class="common-radio relationButton"> {{ __('common.no') }} @error('disable_for_admin_panel') *{{ @$message }} @enderror {{ __('system_settings.showing_page') }} showing_page == 'homepage' ? 'checked' : '' }} id="relationFather311" value="homepage" class="common-radio relationButton" checked> {{ __('system_settings.only_homepage') }} showing_page == 'all' ? 'checked' : '' }} id="relationMother411" value="all" class="common-radio relationButton"> {{ __('system_settings.all_page') }} @error('showing_page') *{{ @$message }} @enderror {{ __('system_settings.position') }} position == 'left' ? 'right' : '' }} id="relationFather312" value="left" class="common-radio relationButton" checked> {{ __('system_settings.left_side') }} position == 'right' ? 'checked' : '' }} id="relationMother412" value="right" class="common-radio relationButton"> {{ __('system_settings.right_side') }} @error('position') *{{ @$message }} @enderror @lang('system_settings.Short Code') {!! isset($setting)? $setting->short_code:''!!} @if(userPermission('two_factor_auth_setting')) @lang('common.update') @endif @endsection @section('script') @endsection @push('script') @endpush
@lang('system_settings.Tawk To Chat')
@lang('auth.applicable_for')
{{ __('system_settings.show_admin_panel') }}
{{ __('system_settings.availability') }}
{{ __('system_settings.show_website') }}
{{ __('system_settings.showing_page') }}
{{ __('system_settings.position') }}