{{ trans('3 CX Hourly Report') }}
@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
Shift Hours | Total Calls | Call Answered | Abandon Calls |
---|---|---|---|
{{ $hour }} | {{ $data['Total'] }} | {{ $data['Answered'] }} | {{ $data['Cancelled'] }} |