@foreach ([['label' => 'مخاطب', 'count' => $allContactCount, 'icon' => 'bx-user', 'color' => 'info'], ['label' => 'کمپین', 'count' => $programCount, 'icon' => 'bx-calendar-event', 'color' => 'warning'], ['label' => 'ارسال موفق', 'count' => $successfulReportCount, 'icon' => 'bx-check-circle', 'color' => 'primary'], ['label' => 'برنامه فعال', 'count' => $activePrograms, 'icon' => 'bx-play-circle', 'color' => 'secondary'], ['label' => 'سیمکارت', 'count' => $simCardCount, 'icon' => 'bx-memory-card', 'color' => 'success'], ['label' => 'ارسال موفق امروز', 'count' => $todaySuccessCount, 'icon' => 'bx-send', 'color' => 'dark']] as $stat)
{{ $stat['label'] }}
{{ $stat['count'] }}
@endforeach
| # |
کمپین |
مخاطب |
سیمکارت |
پیام رسان |
وضعیت |
تاریخ |
@foreach ($latestReports as $i => $report)
| {{ $i + 1 }} |
{{ $report->send_type }} |
{{ $report->phone ?? '-' }} |
{{ $report->simCard->phone_number ?? '-' }} |
{{ $report->Social->name_fa ?? '-' }} |
|
{{ verta($report->updated_at)->format('H:i:s Y/m/d') }} |
@endforeach