@extends('backend.layout.master-tailwind') @section('title', __('Job Auto Approval Settings')) @section('admin_styles') @endsection @section('content')

{{ __('Job Auto Approval') }}

{{ __('Control whether new jobs go live automatically') }}

{{ __('Job Auto Approval means a job is published immediately when a client posts it.') }}
{{ __('If disabled, you must manually activate each job before it becomes visible to the public.') }}
{{ __('If no option is selected, jobs will be published automatically by default.') }}
@csrf
{{ __('Auto Approval') }}
{{ __('Automatically publish jobs as soon as they are submitted by clients.') }}
@php $approvalVal = get_static_option('job_auto_approval') ?? ''; @endphp
@can('job-auto-approval')
@endcan
@endsection @section('script') @endsection