@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
@csrf
IP
Add
@php $count = 1; @endphp
@foreach ($ips as $ip) @endforeach
Sl Package IP Status Action
{{ $ip->id }} {{ $ip->package }} {{ $ip->ip }} {{ $ip->status ==1 ? 'Active': 'Inactive'}}
@endsection