@foreach (['danger', 'warning', 'success', 'info'] as $msg)
@if(Session::has('alert-' . $msg))
{{ Session::get('alert-' . $msg) }} ×
@endif @endforeach
Total
{{ !empty($AllCount) ? $AllCount->total : 0 }}
Sent
{{ !empty($AllCount) ? $AllCount->receivers : 0 }}
Opens
{{ !empty($AllCount) ? $AllCount->opens : 0 }}
Clicks
{{ !empty($AllCount) ? $AllCount->clicks : 0 }}
Purchase
{{ !empty($AllCount) ? $AllCount->purchases : 0 }}
${{ !empty($AllCount->purchase_value) ? $AllCount->purchase_value : 0 }}
Unsubscribe
{{ !empty($AllCount) ? $AllCount->unsubscribes : 0 }}
| {{ $c }} | @endforeach
|---|