@extends('backend.layout.master-tailwind') @section('title', __('Job Country Restriction Settings')) @section('content')

{{ __('Job Country Restriction Settings') }}

{{ __('Control how country restrictions apply to jobs posted by clients') }}

{{ __('If disabled, clients cannot set any country restrictions and jobs are global by default.') }}
{{ __('If enabled, you can also choose whether restrictions apply at VIEW level or only at the APPLY level.') }}
@csrf {{-- hidden checkboxes for form submission --}}
{{ __('Enable Country Restrictions') }}
{{ __('Allow clients to choose allowed or excluded countries when posting a job. If off, all jobs are globally visible.') }}
{{ __('Restrict at View Level') }}
{{ __('Hide jobs from freelancers in restricted countries. If off, restrictions only apply when a freelancer tries to apply — jobs remain visible.') }}
@can('job-country-restriction-settings')
@endcan
@endsection @section('script') @endsection