@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
Static IP
Add
@php $count = 1; @endphp
@foreach ($stat_ips as $ip) @endforeach
Sl Name Range Status Action
{{ $count++ }} {{ $ip->name }} {{ $ip->range }} {{ $ip->status ==1 ? 'Active': 'Inactive'}}
@endsection