@extends('layouts.adminmaster') @section('styles') @endsection @section('content')
{{lang('Sl.No')}} | @can('IpBlock Delete')@endcan @cannot('IpBlock Delete') | @endcannot | {{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}} |