@extends(backpack_view('blank'))
@section('after_styles')
@endsection
@php
$breadcrumbs = [
trans('backpack::crud.admin') => url(config('backpack.base.route_prefix'), 'dashboard'),
trans('backpack::base.my_account') => false,
];
@endphp
@section('header')
Report
| Total Calls | {{ $totalCall }} |
|---|---|
| Total SMS Sent | {{ $totalSMSSent }} |
| Average Call Duration with AI | {{ $callAverageSecondsFormatted }} |
| Average Time Pharmacist Spent Speaking with Patient | {{ $pharmacistDurationAverageFormatted }} |
| Number of voice calls | {{ $voiceMailCount }} |
| Call Open Length Average | {{ $callOpenDurationAverageFormatted }} |
| Total Call time | {{ $totalCallTime }} |
| Date Commenced | {{ $dateCommence }} |
| Urgency Level | Count |
|---|---|
| {{ $label }} | {{ $urgencyData[$index] }} |