@extends('admin.layout') @section('content')

{{ __('Scripts') }}

{{ __('Update Scripts') }}

@csrf
is_tawk_to == '1' ? 'checked' : '' }} data-size="large" name="is_tawk_to" data-bootstrap-switch data-off-color="danger" data-on-color="success" data-on-text="Active" data-label-text="" data-off-text="Deactive"> @if ($errors->has('is_tawk_to'))

{{ $errors->first('is_tawk_to') }}

@endif
@if ($errors->has('tawk_to'))

{{ $errors->first('tawk_to') }}

@endif
is_messenger == '1' ? 'checked' : '' }} data-size="large" name="is_messenger" data-bootstrap-switch data-off-color="danger" data-on-color="success" data-on-text="Active" data-label-text="" data-off-text="Deactive"> @if ($errors->has('is_messenger'))

{{ $errors->first('is_messenger') }}

@endif
@if ($errors->has('messenger'))

{{ $errors->first('messenger') }}

@endif
is_google_analytics == '1' ? 'checked' : '' }} data-size="large" name="is_google_analytics" data-bootstrap-switch data-off-color="danger" data-on-color="success" data-on-text="Active" data-label-text="" data-off-text="Deactive"> @if ($errors->has('is_google_analytics'))

{{ $errors->first('is_google_analytics') }}

@endif
@if ($errors->has('google_analytics'))

{{ $errors->first('google_analytics') }}

@endif
is_recaptcha == '1' ? 'checked' : '' }} data-size="large" name="is_recaptcha" data-bootstrap-switch data-off-color="danger" data-on-color="success" data-on-text="Active" data-label-text="" data-off-text="Deactive"> @if ($errors->has('is_recaptcha'))

{{ $errors->first('is_recaptcha') }}

@endif
@if ($errors->has('google_recaptcha_site_key'))

{{ $errors->first('google_recaptcha_site_key') }}

@endif
@if ($errors->has('google_recaptcha_secret_key'))

{{ $errors->first('google_recaptcha_secret_key') }}

@endif
is_disqus == '1' ? 'checked' : '' }} data-size="large" name="is_disqus" data-bootstrap-switch data-off-color="danger" data-on-color="success" data-on-text="Active" data-label-text="" data-off-text="Deactive"> @if ($errors->has('is_disqus'))

{{ $errors->first('is_disqus') }}

@endif
@if ($errors->has('disqus'))

{{ $errors->first('disqus') }}

@endif
{{--
is_analytics == '1' ? 'checked' : '' }} data-size="large" name="is_analytics" data-bootstrap-switch data-off-color="danger" data-on-color="success" data-on-text="Active" data-label-text="" data-off-text="Deactive"> @if ($errors->has('is_analytics'))

{{ $errors->first('is_analytics') }}

@endif
@if ($errors->has('google_analytics_id'))

{{ $errors->first('google_analytics_id') }}

@endif
--}}
@endsection