@extends('layouts.app') @section('title', 'Safety Communications') @section('content')
All messages
Delivered messages
Pending delivery
Unsent messages
| Subject | Type | Status | Recipients | Created | Actions | |
|---|---|---|---|---|---|---|
|
{{ $communication->title }}
{{ Str::limit($communication->message, 80) }}
|
{{ ucfirst($communication->communication_type) }} | {{ ucfirst($communication->status) }} | {{ $communication->total_recipients ?? 0 }} recipients | {{ $communication->created_at->format('M j, Y') }} | View Edit | |
| No communications found | ||||||