{{ __("Today's Call Logs") }}

@forelse ($callLogs as $callLog) @empty @endforelse
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
@csrf @method('DELETE')
No call logs found for today.