@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
{{lang('Sl.No')}} {{lang('IP')}} {{lang('Country')}} {{lang('Entry')}} {{lang('Types')}} {{lang('Actions')}}
@endsection @section('scripts') @vite(['resources/assets/js/support/support-sidemenu.js']) @endsection @section('modal') @include('admin.securitysetting.ipblockmodel') @endsection