@extends('layouts.adminmaster') @section('styles') @endsection @section('content')

{{lang('IP List', 'menu')}}

@can('IpBlock Add') {{lang('Add IP Address')}} @endcan
@can('IpBlock Delete') @endcan @can('IpBlock Delete') @endcan @cannot('IpBlock Delete') @endcannot @php $i = 1; @endphp @foreach($iplists as $iplist) @endforeach
{{lang('Sl.No')}} {{lang('IP')}} {{lang('Country')}} {{lang('Entry')}} {{lang('Types')}} {{lang('Actions')}}
{{$i++}} @if(auth()->user()->can('IpBlock Delete')) @else @endif {{$iplist->ip}} {{$iplist->country}} {{$iplist->entrytype}} {{$iplist->types}}
@if(auth()->user()->can('IpBlock Edit')) @else ~ @endif @if(auth()->user()->can('IpBlock Delete')) @else ~ @endif @if($iplist->types != 'Unlock') @endif
@endsection @section('scripts') @endsection @section('modal') @include('admin.securitysetting.ipblockmodel') @endsection