@section('title', __('radio.menu_item_5_sub_7')) @section('head') @endsection @include('includes/header') @include('includes/topRadio')

{{ __('radio.menu_item_5_sub_7') }}

@if (\Session::has('success')) @php Session::forget('success'); @endphp @endif
@if($allIps->count() == 0)
{{ __('radio.blacklist_empty') }}
@else
@foreach($allIps as $ip) @endforeach
{{ __('radio.blacklist_table_ip') }} {{ __('radio.blacklist_table_location') }} {{ __('radio.blacklist_table_date') }}  
{{ $ip->ip }} {{ $ip->address }} {{ date('d/m/Y H:i',strtotime($ip->created_at)) }}
@method('DELETE')
@endif
@include('includes/footer')