@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if ($errors->any())
@endif
IP Pool

@php $slNumber = 1 @endphp @foreach ($ip_pools as $ip_pool) @endforeach
SL Name Action
{{ $slNumber++ }} {{ $ip_pool->name }}
Name Range Import
@endsection