@lang('home.welcome_message', ['name' => Session::get('user.first_name')])
| {{ __('crm::lang.sources') }} | {{ __('sale.total') }} | {{ __('crm::lang.conversion') }} |
|---|---|---|
| {{ $source->name }} | {{ $leads_count_by_source[$source->id]['count'] ?? 0 }} | @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 {{ round($conversion) }}% @else 0% @endif |
| @lang('lang_v1.no_data') | ||
| {{ __('crm::lang.life_stages') }} | {{ __('sale.total') }} |
|---|---|
| {{ $life_stage->name }} | {{ !empty($leads_by_life_stage[$life_stage->id]) ? count($leads_by_life_stage[$life_stage->id]) : 0 }} |
| @lang('lang_v1.no_data') | |
| # | @lang('user.name') |
|---|---|
| @lang('lang_v1.no_data') | |
| # | @lang('user.name') | @lang('crm::lang.birthday_on') |
|---|---|---|
| {{ $birthday['dob_display'] }} | ||
| @lang('lang_v1.no_data') | ||
| @lang('role.user') | @foreach($statuses as $key => $value){{ $value }} | @endforeach@lang('lang_v1.none') | @lang('crm::lang.total_follow_ups') |
|---|
| @lang('crm::lang.converted_by') | @lang('sale.total') |
|---|
| @lang('role.user') | @lang('crm::lang.calls_today') | @lang('crm::lang.calls_this_month') | @lang('lang_v1.all') |
|---|