Calls for {{ $selectedDate }}
{{$todayCallsCount}}
@php
$todayCallsDirection = $todayCallsPercentage['direction'] ?? 0;
$todayCallsTone = $todayCallsDirection > 0
? 'text-success-main'
: ($todayCallsDirection < 0 ? 'text-danger-main' : 'text-secondary');
$todayCallsIcon = $todayCallsDirection > 0
? 'bxs:up-arrow'
: ($todayCallsDirection < 0 ? 'bxs:down-arrow' : 'mdi:minus');
@endphp
{{ abs($todayCallsPercentage['value'] ?? 0) }}%
vs previous day