@extends('layouts.master') @section('title') Call Log Dashboard @endsection @section('css') @endsection @section('content') @if ($hasTwilioAccount === "yes")
@include('ajax.call-log', ['callLogs' => $callLogs, 'isAjax' => false, 'skip' => 0])
@if($totalCallLogCount > 0 && count($callLogs) < $totalCallLogCount)

@endif @if(count($callLogs) === 0)
No calls yet! Let's give it a spin.
@endif
{{$callNumber}}
@include('includes.dialpad', ['dialpad_type' => 'make-call'])
Incoming Call

+1009995544

United States
{{-- --}}
{{--
--}}
Franco Romero
00 : 00
@include('includes.dialpad', ['dialpad_type' => 'ongiong-call'])
{{--
--}}
{{--
--}}
{{-- --}}

History
Dial
Voice mail
Contacts
@else
Your company account still needs to be set up.  @hasrole('user') Please get in touch with your Admin. @else Please go to Edit Company and set up the company. @endhasrole
@endif @endsection('content') @section('javascript') @endsection