@if ($item->timestamp_for_delivery > now()) {{ __('Scheduled for')}}: {{ date($item->timestamp_for_delivery) }} @else {{ $item->timestamp_for_delivery?$item->timestamp_for_delivery:$item->created_at}} @endif
{{ round(($item->send_to/$total_contacts)*100,2) }}% {{__('of your contacts')}}
{{ $item->delivered_to }} {{ __('Contacts') }}
{{ $item->read_by }} {{ __('of the')}} {{$item->delivered_to}} {{__('Contacts messaged.')}}