Total Count by Status (Deals)

@foreach($deal_status as $key => $color)
{{ ucfirst($key) }}
{{ number_format($total_count[$key]) }}
@endforeach