| {{ __('crm::lang.sources') }} | {{ __('sale.total') }} | {{ __('crm::lang.conversion') }} |
|---|---|---|
| {{$source->name}} | @if(!empty($leads_count_by_source[$source->id])) {{$leads_count_by_source[$source->id]['count']}} @else 0 @endif | @if(!empty($customers_count_by_source[$source->id]) && !empty($contacts_count_by_source[$source->id])) @php $conversion = ($customers_count_by_source[$source->id]['count']/$contacts_count_by_source[$source->id]['count']) * 100; @endphp {{$conversion . '%'}} @else {{'0 %'}} @endif |
| @lang('lang_v1.no_data') | ||
| {{ __('crm::lang.life_stages') }} | {{ __('sale.total') }} |
|---|---|
| {{$life_stage->name}} | @if(!empty($leads_by_life_stage[$life_stage->id])){{count($leads_by_life_stage[$life_stage->id])}} @else 0 @endif |
| @lang('lang_v1.no_data') | |
| # | @lang('user.name') |
|---|---|
| @lang('lang_v1.no_data') | |
| # | @lang('user.name') | @lang('crm::lang.birthday_on') |
|---|---|---|
| {{Carbon::createFromFormat('m-d', $birthday['dob'])->format('jS M')}} | ||
| @lang('lang_v1.no_data') | ||