@extends('admin.layouts.layout')
@section('title', 'SMS Metrics')
@section('content')
{{ number_format($sent) }}
Sent
{{ number_format($delivered) }}
Delivered
{{ number_format($failed) }}
Failed
{{ number_format($inbound) }}
Inbound Received
{{ $responseRate }}%
Response Rate
{{ number_format($optedOut) }}
Opted Out
@endsection