Customers
Server: @if ($mikrotiks->count() > 0) {{ $mikrotiks->count() }} @else 0 @endif servers
@foreach ($routersEnable as $mikrotik)
{{ $mikrotik->name }}
CPU
0% CPU
RAM
199.04MB/1GB
HDD
199.04MB/1GB
Loading... PPP Secrets
Loading... PPP Active
Loading... PPP Non Active
@if ($interfaces)
{{ __('hotspot.traffic-interface') }}
@endif
@endforeach @if ($lastBillings)
{{ $lastBillingPeriode->name ?? 'No Billing Periode' }}
Billings
@if ($lastBillings->count() > 0) {{ $lastBillings->count() }} @else 0 @endif
customers
Payment
@if ($lastBillings->where('status', 'LS')->count() > 0) {{ $lastBillings->where('status', 'LS')->count() }} @else 0 @endif
customers
Pay Laters
@if ($lastBillings->where('status', 'PL')->count() > 0) {{ $lastBillings->where('status', 'PL')->count() }} @else 0 @endif
customers
Unpayment
@if ($lastBillings->where('status', 'BL')->count() > 0) {{ $lastBillings->where('status', 'BL')->count() }} @else 0 @endif
customers
@endif @section('custom_scripts') @if ($onlineRouters) @foreach ($onlineRouters as $onlineRouter) @endforeach @endif @endsection