@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
@csrf
Package
@php $count = 1; @endphp
@foreach ($rad_group_reply as $rad_reply) @if($ip == '') @else @endif @endforeach
Sl Package Name NAS Bandwidth IP Pool Status Action
{{ $count++ }} {{ $rad_reply->name }}{{ "Any" }}{{ $nas }} {{ $bandwidth->value }} {{ $ippool->value }} Active
@endsection