@extends('layout2.clim.admin-header') @section('content')

{{ $title }}

Add New
@if ($all_ipAddress->total() > 0) @foreach ($all_ipAddress as $datum) @endforeach
# IP Address Action
{{ $loop->index + 1 }} {{ $datum['ip_address'] }}
{{-- --}}
@csrf
{{ $all_ipAddress->appends($_GET)->links() }}
@else

No item found

@endif
@endsection