@extends('layouts.app') @section('title', 'Companies Communication Report') @section('content')
Back to Reports

Companies Communication Report

Reset

Company Statistics

@forelse($companyStats as $stat) @empty @endforelse
Company Total Sent Scheduled Draft Avg. Acknowledgment Rate
{{ $stat['company']->name }}
{{ $stat['total'] }} {{ $stat['sent'] }} {{ $stat['scheduled'] }} {{ $stat['draft'] }}
{{ number_format($stat['avg_ack_rate'], 1) }}%
No data available
@endsection