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

{{ __('settings') }}

@endsection @section('website-settings')
{{ __('basic_setting') }}
@method('PUT') @csrf
@error('dark_logo') {{ __($message) }} @enderror
@error('light_logo_url') {{ __($message) }} @enderror
@error('favicon_image') {{ __($message) }} @enderror
{{--
--}}
@if (userCan('setting.update')) @endif
{{ __('pwa_settings') }}
@method('PUT') @csrf

{{ __('app_pwa_icon_size_note') }}

@error('app_pwa_icon') {{ __($message) }} @enderror
pwa_enable ? 'checked' : '' }} name="pwa_enable" data-bootstrap-switch data-on-color="success" data-on-text="{{ __('on') }}" data-off-color="default" data-off-text="{{ __('off') }}" data-size="small" value="1">
@if (userCan('setting.update')) @endif

{{ __('recaptcha_configuration') }} ({{ __('get_help') }})

@method('PUT') @csrf
@error('nocaptcha_key') {{ $message }} @enderror
@error('nocaptcha_secret') {{ $message }} @enderror
{!! NoCaptcha::display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@if (userCan('setting.update'))
@endif

{{ __('pusher_configuration') }}

@method('PUT') @csrf
@error('pusher_app_id') {{ $message }} @enderror
@error('pusher_app_key') {{ $message }} @enderror
@error('pusher_app_secret') {{ $message }} @enderror
@error('pusher_host') {{ $message }} @enderror
@error('pusher_port') {{ $message }} @enderror
@error('pusher_schema') {{ $message }} @enderror
@error('pusher_app_cluster') {{ $message }} @enderror
@if (userCan('setting.update'))
@endif
{{-- PUSHER_APP_ID=1537839 PUSHER_APP_KEY=5be0e06bbae2726b72ba PUSHER_APP_SECRET=45aa7ed9d8ba8f621f1c PUSHER_HOST= PUSHER_PORT=443 PUSHER_SCHEME=https PUSHER_APP_CLUSTER=ap2 --}} {{-- 'pusher_app_id' => env('PUSHER_APP_ID'), 'pusher_app_key' => env('PUSHER_APP_KEY'), 'pusher_app_secret' => env('PUSHER_APP_SECRET'), 'pusher_host' => env('PUSHER_HOST'), 'pusher_port' => env('PUSHER_PORT'), 'pusher_schema' => env('PUSHER_SCHEME', 'https'), 'pusher_app_cluster' => env('PUSHER_APP_CLUSTER'), --}}

{{ __('Google Analytics Configuration') }} ({{ __('get_help') }})

@method('PUT') @csrf
@error('analytics_id') {{ $message }} @enderror
@if (userCan('setting.update'))
@endif

{{ __('app_configuration') }}

@csrf @method('PUT')
email_verification ? 'checked' : '' }} name="email_verification" data-on-color="success" data-bootstrap-switch data-on-text="{{ __('on') }}" data-off-color="default" data-off-text="{{ __('off') }}" data-size="small" value="1">
job_auto_approved ? 'checked' : '' }} name="job_approval" data-on-color="success" data-bootstrap-switch data-on-text="{{ __('auto') }}" data-off-color="default" data-off-text="{{ __('manual') }}" data-size="small" value="1">
language_changing ? 'checked' : '' }} name="language_changing" data-on-color="success" data-bootstrap-switch data-on-text="{{ __('on') }}" data-off-color="default" data-off-text="{{ __('off') }}" data-size="small" value="1">
currency_switcher ? 'checked' : '' }} name="currency_switcher" data-on-color="success" data-bootstrap-switch data-on-text="{{ __('on') }}" data-off-color="default" data-off-text="{{ __('off') }}" data-size="small" value="1">
employer_auto_activation ? 'checked' : '' }} name="employer_auto_activation" data-on-color="success" data-bootstrap-switch data-on-text="{{ __('on') }}" data-off-color="default" data-off-text="{{ __('off') }}" data-size="small" value="1">
candidate_account_auto_activation ? 'checked' : '' }} name="candidate_account_auto_activation" data-on-color="success" data-bootstrap-switch data-on-text="{{ __('on') }}" data-off-color="default" data-off-text="{{ __('off') }}" data-size="small" value="1">
edited_job_auto_approved ? 'checked' : '' }} name="edited_job_approval" data-on-color="success" data-bootstrap-switch data-on-text="{{ __('auto') }}" data-off-color="default" data-off-text="{{ __('manual') }}" data-size="small" value="1">
@method('PUT') @csrf

{{ __('location_configuration') }}

@error('ip_based_location') {{ $message }} @enderror
default_map == 'leaflet' ? 'checked' : '' }}>
default_map == 'google-map' ? 'checked' : '' }}>
@error('map_type') {{ $message }} @enderror
@error('google_map_key') {{ $message }} @enderror
@error('default_latitude') {{ $message }} @enderror
@error('default_longitude') {{ $message }} @enderror
app_country_type == 'single_base' ? 'checked' : '' }}>
app_country_type == 'multiple_base' ? 'checked' : '' }}>
@php $active_countries = $countries ->where('status', 1) ->pluck('id') ->toArray(); @endphp
@endsection @section('style') @endsection @section('script') @endsection