@extends('backEnd.master') @section('title') {{@$pt}} @endsection @section('mainContent')
@csrf

{{@$pt}}


@lang('system_settings.Tawk To Chat')

is_enable == 1? 'checked':''}} value="1" >
is_enable == 0? 'checked':''}} value="0" >

@lang('auth.applicable_for')

@foreach ($roles as $role)
applicable_for) && in_array($role->id,$setting->applicable_for)) checked @endif>
@endforeach

{{ __('system_settings.show_admin_panel') }}

show_admin_panel == 1 ? 'checked' : '' }} id="relationv" value="1" class="common-radio relationButton">
show_admin_panel == 0 ? 'checked' : '' }} id="relation3v" value="0" class="common-radio relationButton">
@error('show_admin_panel') *{{ @$message }} @enderror

{{ __('system_settings.availability') }}

availability == 'mobile' ? 'checked' : '' }} id="relationFather33333" value="mobile" class="common-radio relationButton" checked>
availability == 'desktop' ? 'checked' : '' }} id="relationMother4433" value="desktop" class="common-radio relationButton">
availability == 'both' ? 'checked' : '' }} id="relationMother4222" value="both" class="common-radio relationButton">
@error('availability') *{{ @$message }} @enderror

{{ __('system_settings.show_website') }}

show_website == 1 ? 'checked' : '' }} id="relationvC" value="1" class="common-radio relationButton" >
show_website == 0 ? 'checked' : '' }} id="relation3vC" value="0" class="common-radio relationButton">
@error('disable_for_admin_panel') *{{ @$message }} @enderror

{{ __('system_settings.showing_page') }}

showing_page == 'homepage' ? 'checked' : '' }} id="relationFather311" value="homepage" class="common-radio relationButton" checked>
showing_page == 'all' ? 'checked' : '' }} id="relationMother411" value="all" class="common-radio relationButton">
@error('showing_page') *{{ @$message }} @enderror

{{ __('system_settings.position') }}

position == 'left' ? 'right' : '' }} id="relationFather312" value="left" class="common-radio relationButton" checked>
position == 'right' ? 'checked' : '' }} id="relationMother412" value="right" class="common-radio relationButton">
@error('position') *{{ @$message }} @enderror
@if(userPermission('two_factor_auth_setting'))
@endif
@endsection @section('script') @endsection @push('script') @endpush