@extends('layout.app')
@section('title', 'Mikrotik Queues')
@section('content')
| Name | Target | Upload Limit | Download Limit | Upload Max | Download Max | Disabled | Comment |
|---|---|---|---|---|---|---|---|
| {{ $queue['name'] ?? '-' }} | {{ $queue['target'] ?? '-' }} | {{ $queue['limit-at'] ?? '-' }} | {{ $queue['max-limit'] ?? '-' }} | {{ $queue['upload'] ?? '-' }} | {{ $queue['download'] ?? '-' }} | {{ ($queue['disabled'] ?? 'yes') === 'no' ? 'Active' : 'Disabled' }} | {{ $queue['comment'] ?? '-' }} |
| No queues found | |||||||