@push('styles') @endpush
@if(session()->has('message'))
{!! session()->get('message') !!}
@endif
@if($pipelines->count() <= 0)
No data found.
@else
@endif

Please wait next call wil be start in 10 seconds.

@foreach ($callHistory as $c) @php $duration = $c->duration ? ($c->duration < 60 ? $c->duration." seconds" : number_format($c->duration / 60, 2)."minute") : '0 seconds'; @endphp
{{ $c->name." ".($c->last_name) ? $c->last_name : "" }}
From: {{ $c->from_number }}
To: {{ $c->to_number }}
{{ $duration }}
{{ formatDate($c->created_at) }}
@endforeach
@push('scripts') @if($defaultNumber['messaging_api'] == 5) @endif @if($defaultNumber['messaging_api'] == 3) @endif @include('pages.pipeline.power-dialer-pipeline.notesDrawer') @endpush