@extends('layouts.campaign') @section('content')
{{ ucwords('Total') }}
Sent
{{ isset($sender->sent)?number_format($sender->sent):0 }}Bounced
{{ (isset($sender->hard_bounces) && isset($sender->soft_bounces))?number_format($sender->hard_bounces + $sender->soft_bounces):0 }}Rejects
{{ isset($sender->rejects)?number_format($sender->rejects):0 }}{{ ucwords($key) }}
Sent
{{ number_format($stat->sent) }}Bounced
{{ number_format($stat->hard_bounces + $stat->soft_bounces) }}Rejects
{{ number_format($stat->rejects) }}