@csrf @method('PUT') {{-- Location Information --}}

{{ __('Location Details') }}

{{ __('Update the geographic area for this block rule.') }}

{{-- 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') }}

{{ __('Update the reason and status for this block rule.') }}

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

{{ $message }}

@enderror
{{-- Active --}}
{{ __('Uncheck to disable this block rule without deleting it.') }}
{{-- Block Info --}}

{{ __('Block Information') }}

{{ __('Created') }}

{{ $blockedLocation->created_at->format('M j, Y') }}

{{ __('Last Updated') }}

{{ $blockedLocation->updated_at->format('M j, Y') }}

{{ __('Created By') }}

{{ $blockedLocation->created_by_name ?? $blockedLocation->createdBy->name ?? __('System') }}

{{-- Actions --}}
{{ __('Back to Blocked Locations') }}