{{--@php--}} {{--$hours = floor(($answers->sum('answer_time') / 3600));--}} {{--$minutes = floor(($answers->sum('answer_time') % 3600)/60);--}} {{--$sec = round(($answers->sum('answer_time') % 3600)%60);--}} {{--$time_call = ($hours > 0 ? $hours . ' giờ ' : '').($minutes > 0 ? $minutes . ' phút ' : '') . ($sec > 0 ? $sec . ' giây' : '');--}} {{--@endphp--}} {{--
--}} {{--
--}} {{--Tổng cuộc gọi : {{@$docs->total()}}--}} {{--
--}} {{--
--}} {{--Tổng khách nghe máy: {{$answers->count()}} ({{$time_call}})--}} {{--
--}} {{--
--}} {{--Tổng gọi lỡ : {{$docs->total()-$answers->count()}}--}} {{--
--}} {{--
--}}
@if (count($call_center)) @foreach($call_center as $doc) @endforeach @else @endif
Nhân viên Trạng thái c.gọi Thời gian Ghi âm
{{@$doc->user->full_name?:'Nhân viên lạ'}}
(Số máy lẻ: {{@$doc->caller_number}})
{!!@$doc->call_status=='ANSWERED'?'Nghe máy': 'Gọi lỡ' !!} {{date('d-m-Y H:i',strtotime($doc->start_time))}}
{{@$doc->expired_text}}
@if($doc->recording_url !='None')
@endif
Không tồn tại dữ liệu