@props([ 'iso' => '', 'value' => [], 'stats' => [], 'from' => null, 'to' => null, ])
Total @if($value['profit'] <= 0) {{$value['profit']}} USD @else {{$value['profit']}} USD @endif
@endif @if ($from->isToday() && $to->isToday())$stats['countries'][$iso]['today']['difference'] > 0, 'text-red-500' => $stats['countries'][$iso]['today']['difference'] < 0, 'text-neutral-400' => $stats['countries'][$iso]['today']['difference'] === 0, ])>{{ $stats['countries'][$iso]['today']['difference'] }}% compared to yesterday at this time
@endif{{ $stats['countries'][$iso]['yesterday']['paid'] }} payments yesterday at this time. {{ $stats['countries'][$iso]['yesterday']['moneyInvoiced'] }} USD
@endif