@extends('layout.app')
@section('title', 'Mikrotik Users')
@section('content')
| Name | Password | Profile | Service | Disabled | Comment |
|---|---|---|---|---|---|
| {{ $user['name'] ?? '-' }} | {{ $user['password'] ?? '-' }} | {{ $user['profile'] ?? '-' }} | {{ $user['service'] ?? '-' }} | {{ ($user['disabled'] ?? 'yes') === 'no' ? 'Active' : 'Disabled' }} | {{ $user['comment'] ?? '-' }} |
| No PPPoE users found | |||||
| Name | Password | Profile | Disabled | Comment |
|---|---|---|---|---|
| {{ $user['name'] ?? '-' }} | {{ $user['password'] ?? '-' }} | {{ $user['profile'] ?? '-' }} | {{ ($user['disabled'] ?? 'yes') === 'no' ? 'Active' : 'Disabled' }} | {{ $user['comment'] ?? '-' }} |
| No Hotspot users found | ||||