@use('\Illuminate\Support\Str', 'Str') Blacklist IP Address
  • @if (!$add)
    @if ($ips->count() == 0)

    No Data Found

    @else
    @foreach ($ips as $ip) @endforeach
    IP Address Description
    {{ $ip->address }} {{ $ip->description }}
    {{ $ips->links() }}
    @endif
    @endif @if ($add)
    Save Cancel
    @endif