@if (count($pulse['actions'])) {{ __('A few things need a minute.') }} @else {{ __('Nothing needs your attention right now.') }} @endif
{{ __('All clear — nothing needs a decision.') }}
{{ __('No payments recorded yet today.') }}
@endforelse| {{ __('Subscriber') }} | {{ __('Mobile') }} | {{ __('Due') }} | {{ __('Expires') }} |
|---|---|---|---|
| {{ $r->customer_name ?: $r->customer_unique_id }} {{ $r->customer_unique_id }} | {{ $r->mobile }} | {{ money($r->due_amount, 0) }} | {{ $expires->diffForHumans() }} |
{{ __('Global Summary') }}
{{ __('By Status') }}