@extends('layouts.app') @section('title', 'Safety Communications Dashboard') @section('content')
Total Sent
{{ number_format($stats['total_sent']) }}
This Month
{{ number_format($stats['this_month']) }}
Emergency Sent
{{ number_format($stats['emergency_sent']) }}
Avg. Acknowledgment
{{ number_format($stats['avg_acknowledgment_rate'], 1) }}%
No data available
@endforelse{{ Str::limit($communication->title, 40) }}
{{ $communication->scheduled_send_time->format('M d, Y H:i') }}
No scheduled communications
@endforelse