@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

@endsection @section('content') @if (session('success'))
{{ session('success') }}
@endif @if ($errors->count())
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif

Call Report ({{ $pharmacyName ?? "All" }})

@if (!empty($pharmacies)) @endif
{{--
--}}
@if ($dateCommence) @endif
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 }}

Call Chart

Total Call

Average Call Duration with AI

Average Call Duration with AI
—
Longest Average Call Duration with AI
—
Shortest Average Call Duration with AI
—
Avg duration (mm:ss) Period mean
Average call duration per day.

Average Time Pharmacist Spent Speaking with Patient

{{--
Average Duratioin in a day
—
Longest Duration in a day
—
Shortest Duration in a day
—
--}}
Avg duration (mm:ss) Period mean
Average call duration that directed to Pharmacist per day

Open Call Length Average

Average Open Call Length in a day
—
Longest Open Call Length in a day
—
Shortest Open Call Length in a day
—
Avg duration (mm:ss) Period mean
Average open call length per day.

Send SMS

Average SMS Length in a day
—
Most SMS sent in a day
—
Least SMS Length in a day
—
Number Of SMS Sent Period mean
Average open call length per day.

Call Urgency Chart

@foreach ($urgencyLabels as $index => $label) @endforeach
Urgency Level Count
{{ $label }} {{ $urgencyData[$index] }}
@endsection @push('after_scripts') {{-- For dropdown --}} @endpush