@csrf {{-- Location Information --}}

{{ __('Location Details') }}

{{ __('Specify the geographic area to block. Country is required; state and city are optional for more targeted blocking.') }}

{{-- Country Code --}}

{{ __('ISO 3166-1 alpha-2 code (2 letters).') }}

@error('country_code')

{{ $message }}

@enderror
{{-- Country Name --}}
@error('country_name')

{{ $message }}

@enderror
{{-- State --}}

{{ __('Leave blank to block the entire country.') }}

@error('state')

{{ $message }}

@enderror
{{-- City --}}

{{ __('Leave blank to block the entire state or country.') }}

@error('city')

{{ $message }}

@enderror
{{-- Block Settings --}}

{{ __('Block Settings') }}

{{ __('Provide a reason and set the initial status for this block rule.') }}

{{-- Reason --}}
@error('reason')

{{ $message }}

@enderror
{{-- Active --}}
{{ __('Uncheck to create the rule as inactive (disabled).') }}
{{-- Actions --}}
{{ __('Back to Blocked Locations') }}