-
{{ \App\Helpers\Lyn::thousandsCurrencyFormat($row->bulk()->where('status', 'pending')->count()) }} Pending
-
{{ \App\Helpers\Lyn::thousandsCurrencyFormat($row->bulk()->where('status', 'sent')->count()) }} Sent
-
{{ \App\Helpers\Lyn::thousandsCurrencyFormat($row->bulk()->where('status', 'failed')->count()) }} Failed
-
{{ \App\Helpers\Lyn::thousandsCurrencyFormat($row->bulk()->where('status', 'invalid')->count()) }} Invalid
@if ($row->message_type == 'text')
@elseif ($row->message_type == 'media')
@elseif ($row->message_type == 'button')
@elseif ($row->message_type == 'list')
@endif