# | {{ __('pppoe.profile.name') }} | {{ __('pppoe.profile.rate-limit') }} | |
---|---|---|---|
{{$loop->iteration}} | {{ $profile['name'] }} | @if (isset($profile['rate-limit'])){{ $profile['rate-limit'] ?? 'Not Set' }} | @else{{ $profile['rate-limit'] ?? 'Not Set' }} | @endif