@extends('admin.layouts.app') @push('styles_top') @endpush @section('content')

{{ $pageTitle }}

{{ $pageTitle }}

{{ trans('update.manage_all_items_in_a_single_place') }}

@can("admin_user_ip_restriction_create") {{ trans('admin/main.add_new') }} @endcan
@foreach($restrictions as $restriction) @endforeach
{{ trans('admin/main.type') }} {{ trans('update.value') }} {{ trans('product.reason') }} {{ trans('update.blocked_date') }} {{ trans('admin/main.actions') }}
{{ trans("update.{$restriction->type}") }} @if($restriction->type == "country") {{ getCountriesLists($restriction->value) }} @else {{ $restriction->value }} @endif {{ $restriction->reason }} {{ dateTimeFormat($restriction->created_at, 'j M Y H:i') }}
{{trans('admin/main.hints')}}
{{trans('update.restrictions_hint_title_1')}}
{{trans('update.restrictions_hint_description_1')}}
{{trans('update.restrictions_hint_title_2')}}
{{trans('update.restrictions_hint_description_2')}}
{{trans('update.restrictions_hint_title_3')}}
{{trans('update.restrictions_hint_description_3')}}
@endsection @push('scripts_bottom') @endpush