{{ $blockedLocations->total() }}
{{ __('Total Blocked Locations') }}
{{ $activeCount ?? 0 }}
{{ __('Active Rules') }}
{{ $countriesCount ?? 0 }}
{{ __('Countries Blocked') }}
{{ __('Blocked Locations') }}
{{ __('Manage geographic access restrictions by country, state, or city.') }}
{{ __('Location Directory') }}
{{ __('Showing') }} {{ $blockedLocations->count() }} {{ __('of') }} {{ $blockedLocations->total() }} {{ __('blocked locations.') }}
| {{ __('Country') }} | {{ __('State') }} | {{ __('City') }} | {{ __('Reason') }} | {{ __('Status') }} | {{ __('Created By') }} | {{ __('Actions') }} | |
|---|---|---|---|---|---|---|---|
|
{{ $location->country_name }}
{{ $location->country_code }} |
{{ $location->state ?? '--' }} | {{ $location->city ?? '--' }} | {{ $location->reason ?? '--' }} | @if($location->is_active) {{ __('Active') }} @else {{ __('Inactive') }} @endif | {{ $location->created_by_name ?? $location->createdBy->name ?? __('System') }} | ||
| {{ __('No blocked locations found.') }} | |||||||