Converted Leads ({{$convertedLead}})

{{ global_setting()->currency->currency_symbol.$convertedvalue }}

In Negotiation ({{$negotation}} )

{{ global_setting()->currency->currency_symbol.$negotationvalue }}

Proposal / Shared ({{$proposal}} )

{{ global_setting()->currency->currency_symbol.$proposalvalue }}

Success Rate

{{round($success_rate)}} %

Parked Leads

@foreach($boardColumns as $key=>$column) @if($column->id == 14)
{{ ucwords($column->type) }}  @if(count($column->leads)!=0)({{count($column->leads)}})@endif
{{ global_setting()->currency->currency_symbol.$column->leads->sum('value') }}
@endif @endforeach

Lost Leads

@foreach($boardColumns as $key=>$column) @if($column->id == 16)
{{ ucwords($column->type) }}  @if(count($column->leads)!=0)({{count($column->leads)}})@endif
{{ global_setting()->currency->currency_symbol.$column->leads->sum('value') }}
@endif @endforeach