| {{ __('User') }} | {{ __('IP') }} | {{ __('MAC') }} | {{ __('Uptime') }} |
|---|---|---|---|
| {{ $s['user'] ?? '-' }} | {{ $s['address'] ?? '-' }} |
{{ $s['mac-address'] ?? '-' }} |
{{ $s['uptime'] ?? '-' }} |
| {{ __('No active sessions') }} | |||
{{ $sv['interface'] ?? '' }}| {{ __('Server') }} | {{ __('Name') }} | {{ __('Profile') }} | {{ __('MAC Address') }} | {{ __('Uptime') }} | {{ __('Bytes In') }} | {{ __('Bytes Out') }} | {{ __('Comment') }} | {{ __('Action') }} | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $u['server'] ?? 'all' }} |
{{ $u['name'] ?? '-' }}
@if(isset($u['password']) && $u['password']) {{ $u['password'] }} @endif
|
{{ $u['profile'] ?? '-' }} | {{ $u['mac-address'] ?? '—' }} |
{{ $u['uptime'] ?? '0s' }} | {{ $bytesIn }} | {{ $bytesOut }} | {{ $u['comment'] ?? '—' }} |
|
|
| {{ __('No hotspot users found on this router.') }} | |||||||||
| # | {{ __('User') }} | {{ __('IP Address') }} | {{ __('MAC Address') }} | {{ __('Uptime') }} | {{ __('Download') }} | {{ __('Upload') }} | {{ __('Server') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $s['user'] ?? '-' }} | {{ $s['address'] ?? '-' }} |
{{ $s['mac-address'] ?? '-' }} |
{{ $s['uptime'] ?? '-' }} | {{ number_format((int)($s['bytes-in'] ?? 0)/1048576,2) }} MB | {{ number_format((int)($s['bytes-out'] ?? 0)/1048576,2) }} MB | {{ $s['server'] ?? '-' }} | |
| {{ __('No active hotspot sessions.') }} | ||||||||
| {{ __('Batch') }} | {{ __('Profile') }} | {{ __('Price') }} | {{ __('Unused') }} | {{ __('Used') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
{{ $b->batch_name }} |
{{ $b->profile }} | ৳{{ number_format($b->price,0) }} | {{ $b->unused_count }} | {{ $b->used_count }} |
| {{ __('Server') }} | {{ __('Name') }} | {{ __('Print') }} | {{ __('Profile') }} | {{ __('MAC Address') }} | {{ __('Uptime') }} | {{ __('Bytes In') }} | {{ __('Bytes Out') }} | {{ __('Comment') }} | |
|---|---|---|---|---|---|---|---|---|---|
|
@php $isUserDisabled = collect($users)->firstWhere('name', $v->username)['disabled'] ?? 'false'; @endphp
|
all |
{{ $v->username }}
|
|
{{ $v->profile }} | {{ $v->mac_address ?: '' }} | {{ $uptime }} | {{ $formatBytes($bIn) }} | {{ $formatBytes($bOut) }} |
{{ $v->batch_name }} {{ $v->note }}
|
| {{ __('No vouchers found.') }} | |||||||||
{{ $pkg->mikrotik_rate_limit }}@endif
| {{ __('Name') }} | {{ __('Rate Limit') }} | {{ __('Shared') }} | {{ __('Session TO') }} | {{ __('Idle TO') }} | {{ __('Address Pool') }} | {{ __('Actions') }} | |
|---|---|---|---|---|---|---|---|
| {{ $p['name'] ?? '-' }} |
@if($p['rate-limit'] ?? '')
{{ $p['rate-limit'] }}
@else
—
@endif
|
{{ $p['shared-users'] ?? '1' }} | @php $st = $p['session-timeout'] ?? ''; @endphp {{ ($st && $st !== '0s') ? $st : '∞' }} | @php $it = $p['idle-timeout'] ?? ''; @endphp {{ ($it && $it !== '0s') ? $it : '∞' }} | @php $pool = $p['address-pool'] ?? 'none'; @endphp {{ $pool ?: 'none' }} | @if(($p['default'] ?? 'no') === 'no') @endif | |
| {{ __('No user profiles found.') }} | |||||||
| {{ __('Date') }} | {{ __('User') }} | {{ __('Profile') }} | {{ __('Amount') }} | {{ __('Method') }} | {{ __('Voucher') }} | {{ __('Note') }} | {{ __('Del') }} |
|---|---|---|---|---|---|---|---|
| {{ $s->sale_date->format('d M Y') }} | {{ $s->username }} | {{ $s->profile }} | ৳{{ number_format($s->amount,2) }} | {{ $s->payment_method }} | {{ $s->voucher_code ?? '—' }} |
{{ $s->note }} | |
| {{ __('No sales recorded for selected period.') }} | |||||||
| {{ __('Total:') }} | ৳{{ number_format($sales->sum('amount'),2) }} | ||||||
| {{ __('Date') }} | {{ __('Sales Count') }} | {{ __('Total Amount') }} | {{ __('% of Period') }} |
|---|---|---|---|
| {{ \Carbon\Carbon::parse($date)->format('d M Y') }} | {{ $daySales->count() }} | ৳{{ number_format($dayTotal,2) }} |
@if($grandTotal > 0)
|
| {{ __('No data for selected period.') }} | |||
| {{ __('Name') }} | {{ __('Interface') }} | {{ __('Address Pool') }} | {{ __('Profile') }} |
|---|---|---|---|
| {{ $s['name'] ?? '-' }} | {{ $s['interface'] ?? '-' }} | {{ $s['address-pool'] ?? 'none' }} |
{{ $s['profile'] ?? '-' }} |
| {{ __('No hotspot servers found.') }} | |||
| {{ __('Name') }} | {{ __('Hotspot Address') }} | {{ __('DNS Name') }} | {{ __('Login By') }} |
|---|---|---|---|
| {{ $p['name'] ?? '-' }} | {{ $p['hotspot-address'] ?? '-' }} |
{{ $p['dns-name'] ?? '-' }} | {{ $p['login-by'] ?? '-' }} |
| {{ __('No server profiles found.') }} | |||
| {{ __('Name') }} | {{ __('Rate Limit') }} | {{ __('Shared') }} | {{ __('Session Timeout') }} |
|---|---|---|---|
| {{ $p['name'] ?? '-' }} | {{ $p['rate-limit'] ?? '—' }} |
{{ $p['shared-users'] ?? 1 }} | {{ $p['session-timeout'] ?? '—' }} |
| {!! __('No profiles. Go to :link to add.', ['link' => '' . __('Profiles') . '']) !!} | |||