@use('\Illuminate\Support\Number', 'Number') Signal Subscribers
@isset($subscribers)
@forelse ($subscribers as $subscriber) @empty @endforelse
Subscriber Subscription Amount Expiration Started At Action
{{ $subscriber['user'] }} {{ $subscriber['subscription'] }} {{ Number::currency($subscriber['amount_paid'], $settings->s_currency) }} @if (now()->greaterThanOrEqualTo($subscriber['expired_at'])) {{ $subscriber['expired_at']->format('D d M Y') }} @else {{ $subscriber['expired_at']->format('D d M Y') }} @endif {{ $subscriber['created_at']->format('D d M Y') }} @if (is_null($subscriber['status']) || $subscriber['status'] == 'unbanned' || $subscriber['status'] == 'active') @else @endif
No Data Available
@include('components.pagination', ['route' => 'admin.signal.subscribers']) @endisset @empty($subscribers)
No Data Available
@endempty