| ID | Created At | Created By | Assign To | Phone | Source Name | Name | Customer Status | Activation Date Follow update |
Multi Router | Survay Status | Remarks | Updated At | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $list->id }} | {{ $list->created_at }} | {{ $list->user->name ?? 'WebSite' }} | {{ $list->assign->name ?? 'N/A' }} | {{ $list->phone ?? 'N/A' }} | {{ $list->ClientSource->name ?? 'N/A' }} | {{ $list->name ?? 'N/A' }} | {{ $list->customer_status ?? 'N/A' }} {{ $list->line_status }} {{ $list->marketing_done ?? 'N/A' }} |
ACD : {{ $list->confirm_activation_date ?? 'N/A' }}
FU : {{ $list->follow_up_date ?? 'N/A' }} @if ($list->_is_followup ?? false) Follow Up Due @endif |
@if ($list->multi_router == 'Access Point') Access Point @elseif ($list->multi_router == 'Yes') Yes @elseif ($list->multi_router == 'No(1)') No(1) @else {{ $list->multi_router ?? 'N/A' }} @endif | {{ $list->survey_status ?? 'N/A' }} | {{ optional($list->remarksList->last())->remarks ?? '' }} {{ optional($list->remarksList->last())->user->name ?? '' }} |
{{ $list->updated_at }}
@if ($list->lock_by && $list->updated_at->diffInMinutes(now()) < 60)
Locked
{{ $list->lockBy->name ?? 'N/A' }} @endif |
|