{{ __('common.sl_no') }} | {{ __('crm.date') }} | {{ __('crm.client_details') }} | {{--{{ __('crm.tags') }} | --}}{{ __('crm.group') }} | {{ __('crm.source') }} | {{ __('common.action') }} | {{ $current_page * $per_page + $key + 1 - $per_page }} | {{ \Carbon\Carbon::parse($crmlead->created_at)->format('Y-m-d') }} |
{{ $crmlead->contact_name }}@if(!empty($crmlead->phone)) {{ $crmlead->phone ?? '' }}@endif @if(!empty($crmlead->contact_email)) {{ $crmlead->contact_email ?? '' }} @endif @if (!empty($crmlead->crm_lead_to_tag)) @foreach ($crmlead->crm_lead_to_tag as $key => $crmTag) {{ $crmTag->tags_name ?? '-' }} @if ($key == 1) @endif @endforeach @endif |
@empty |
---|