@php $moveClass = ''; @endphp @if ($draggable == 'false') @php $moveClass = 'move-disable'; @endphp @endif
{{ $lead->name }} @if (!is_null($lead->contact->client_id)) @endif @if (!is_null($lead->value))
{{ currency_format($lead->value, $lead->currency_id) }}
@endif
@if ($lead->contact->client_name)
{{ $lead->contact->client_name_salutation }}
@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)->translatedFormat(company()->date_format) }}
@endif