سجل المكالمات
{{ $totalCalls }}
كل المكالمات
{{ $incomingCalls }}
واردة
{{ $outgoingCalls }}
صادرة
{{ $missedCalls }}
لم يتم الرد عليها
من
الى
الحالة
النوع
الوقت
المدة
الإجراءات
@php
$icons = [
'incoming' => '↗',
'outgoing' => '↙',
'missed' => '✗',
'voiceMail' => '📩',
'rejected' => '✗',
'blocked' => '🚫',
'answeredExternally' => '📞',
'unknown' => '?',
'wifiIncoming' => '📶↗',
'wifiOutgoing' => '📶↙',
];
@endphp
@forelse ($calls as $call)
@empty
{{-- Add Client Modal --}}
لا توجد مكالمات
@endforelse
{{-- Pagination --}}
{{ $calls->links() }}