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

{{ __('preferences') }}

@endsection @section('website-settings')
{{ __('contact_info') }}
@method('put') @csrf
@error('footer_phone_no') {{ $message }} @enderror
{{ __('leave_the_social_media_input_field_empty_to_remove_the_link_from_website') }}
@error('footer_facebook_link') {{ $message }} @enderror
@error('footer_instagram_link') {{ $message }} @enderror
@error('footer_twitter_link') {{ $message }} @enderror
@error('footer_youtube_link') {{ $message }} @enderror
@if (userCan('setting.update'))
@endif

{{ __('application_mode') }}

@csrf @method('PUT')
@if (userCan('setting.update'))
@endif

{{ __('job_deadline_max_expiration_days') }}

@csrf @method('PUT')
job_deadline_expiration_limit == 30 ? 'checked' : '' }}>
job_deadline_expiration_limit == 60 ? 'checked' : '' }}>
job_deadline_expiration_limit == 90 ? 'checked' : '' }}>
@if (userCan('setting.update'))
@endif

{{ __('pay_per_job') }} {{ __('and') }} {{ __('options') }}

@method('put') @csrf
@error('per_job_price') {{ $message }} @enderror

per_job_active == 1 ? 'checked' : '' }} type="checkbox" name="status" data-bootstrap-switch value="1" data-on-text="{{ __('on') }}" data-off-color="default" data-on-color="success" data-off-text="{{ __('off') }}">
@error('featured_job_price') {{ $message }} @enderror
@error('highlight_job_price') {{ $message }} @enderror
@error('featured_job_days') {{ $message }} @enderror {{ __('job_post_will_not_be_expired_anytime_soon_if_you_put') }} 0
@error('highlight_job_days') {{ $message }} @enderror {{ __('job_post_will_not_be_expired_anytime_soon_if_you_put') }} 0
@if (userCan('setting.update'))
@endif
@endsection @section('script') @endsection @section('style') @endsection