@extends('layouts.app') @section('content')
@if(session('success'))
@endif

Organizations

+
@foreach ($organizations as $key => $org)

Active Subscribers:
{{ $counts - $expiredSubscribers }}
Expired Subscribers:
{{ $expiredSubscribers }}
Active Devices:
1
Inactive Devices:
0
Channels
UP: 0 DOWN: 1
Video on Demand:
UP: 0 DOWN: 1
Catch-up Channels:
Recording: -
@endforeach
@include('layouts.scripts') @endsection