@if($pushNotification->sent == -1)
La notifica รจ in fase di invio, i contatori verranno aggiornati automaticamente...
@endif

Risultati

{{ $pushNotificationSent->estimated_devices ?? 0 }}

Dispositivi

{{ $pushNotificationSent->sent_to ?? 0 }}

Notifiche consegnate

{{ (($pushNotificationSent->estimated_devices ?? 0) - ($pushNotificationSent->sent_to ?? 0)) ?? 0 }}

Notifiche non consegnate

{{ $pushNotificationSent->estimated_users ?? 0 }}

Utenti

{{ $pushNotificationSent->read ?? 0 }}

Notifiche lette

{{ $pushNotificationSent->opened ?? 0 }}

Notifiche aperte

Informazioni

Giorno:
{{ \Carbon\Carbon::parse($pushNotificationSent->sent_at)->format('d M. Y') }}
Ore:
{{ \Carbon\Carbon::parse($pushNotificationSent->sent_at)->format('H:i') }}
Notifica inviata a: @if($pushNotificationSent->groups_names == null && $pushNotificationSent->segments_names == null)

Tutti gli utenti

@endif @if($pushNotificationSent->groups_names != null) @foreach(json_decode($pushNotificationSent->groups_names, true) as $groupName)

{{ $groupName }}

@endforeach @endif @if($pushNotificationSent->segments_names != null) @foreach(json_decode($pushNotificationSent->segments_names, true) as $segmentName)

{{ $segmentName }}

@endforeach @endif
@if($pushNotification->url)

URL:

{{ $pushNotification->url }}

@else

Prodotto:

{{ $pushNotification->product !== null ? $productName.' (codice: '. $pushNotification->product .')' : 'Nessuno' }}

@endif

Sistema Operativi:

{{ $pushNotification->android_send ? ($pushNotification->ios_send ? 'Android & iOS' : 'Andorid') : ($pushNotification->ios_send ? 'iOS' : '') }}

Anteprima

@if($appLogo) @else
@endif
{{ $pushNotification->title }}

{{ $pushNotification->message }}

ora

@if($pushNotification->image != null && $pushNotification->image != "") @else {{--
--}} @endif