Total Amount by Status (Deals)

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