@if ($channel->description)
{{ $channel->description }}
@endif
Linked Accounts ({{ $channel->platformAccounts->count() }})
@if ($channel->platformAccounts->isNotEmpty())
@foreach ($channel->platformAccounts->take(3) as $account)
@endforeach
@if ($channel->platformAccounts->count() > 3)
+{{ $channel->platformAccounts->count() - 3 }} more
@endif
@else
No accounts linked
@endif
{{ $channel->is_active ? 'Active' : 'Inactive' }}
{{ $channel->created_at->format('M d, Y') }}
No channels
No platform channels have been configured yet.