@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
{!! Form::open(array('url' => route('callmonitoring.update'), 'method'=>'post', 'class' => 'form-horizontal', 'id' => 'addNewLeadSources', 'enctype'=>'multipart/form-data')) !!}
@php $i=1;
$questype=[];
@endphp
@if(count((array) $result['calldetailsquestion'])>0)
@foreach ($result['calldetailsquestion'] as $rsVal)
@if(!in_array(@$rsVal['questiondetails']['question_type'], $questype))
@php array_push($questype,@$rsVal['questiondetails']['question_type']); @endphp
@endif
@if(@$rsVal['questiondetails']['question_type']=='Greeting' || @$rsVal['questiondetails']['question_type']=='Handling Contact')
@else
@endif
@php $i++; @endphp
@endforeach
@endif
@endforeach
@endif
{{ @$rsVal['questiondetails']['question_type'] }}
{{ $i.'.'.$rsVal['questiondetails']['question_name'] }}
- 1 answer==1) checked @endif onclick="mysumfunction(this.value)">
- 2 answer==2) checked @endif onclick="mysumfunction(this.value)">
- 3 answer==3) checked @endif onclick="mysumfunction(this.value)">
- 4 answer==4) checked @endif onclick="mysumfunction(this.value)">
- 5 answer==5) checked @endif onclick="mysumfunction(this.value)">
- 6 answer==6) checked @endif onclick="mysumfunction(this.value)">
- 7 answer==7) checked @endif onclick="mysumfunction(this.value)">
- 8 answer==8) checked @endif onclick="mysumfunction(this.value)">
- 9 answer==9) checked @endif onclick="mysumfunction(this.value)">
- 10 answer==10) checked @endif onclick="mysumfunction(this.value)">
- N/A answer==0) checked @endif onclick="mysumfunction(this.value)">
{{ $i.'.'.@$rsVal['questiondetails']['question_name'] }}
@if($result['calldetails']['total_percent']<70 || $result['calldetails']['fatalcall_status']==1)
@endif
{!! Form::close() !!}
{{ $result['calldetails']['total_percent'] }}%
Comments History:
@if($result['commentDetails'])
@foreach($result['commentDetails'] as $value)
{{$value->first_name}} {{$value->last_name}} | {{$value->created_at}}
@php $conts=preg_replace("#https://([\S]+?)#Uis", '\\1', $value->comment); $ss=html_entity_decode($conts);@endphp
{!! nl2br($ss) !!}