{{ ucfirst($lead->client_name) }} @if (!is_null($lead->currency_id))
{{ currency_formatter($lead->value) }}
@endif
@if ($lead->company_name)
{{ ucfirst($lead->company_name) }}
@endif
@if (!is_null($lead->agent_id))
@endif @if ($lead->next_follow_up_date != null && $lead->next_follow_up_date != '')
{{ \Carbon\Carbon::parse($lead->next_follow_up_date)->format(global_setting()->date_format) }}
@endif