| Customer | Type | Time | Duration | Agent | Actions |
|---|---|---|---|---|---|
| {{ $callLog->customer->name }} | {{ ucfirst($callLog->call_type) }} | {{ $callLog->call_datetime->format('h:i A') }} | @if($callLog->duration) {{ $callLog->duration }} min @else - @endif | {{ $callLog->user->name }} | View Edit |
| No call logs found for today. | |||||