@extends('layout.AtoZPortal.main') @section('content')

@lang('routes.CUST_PANEL_PAGE_PROFILE_HEADING_ACCOUNT_DETAILS')

@include('includes.errors') @include('includes.success')

IP Manager
@if(count($allcustomerip)) @foreach($allcustomerip as $key=>$cip) @endforeach @endif
IP Action
{{$cip['CustomerIP']}}
@stop @section('footer_ext') @parent @stop