Follow Ups
{{ session('success') }}
@endif
| # | Lead # | Client | Subject | Reason | Create Date | Remarks | Taken At | Due Date | Status | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $followUp->lead->lead_number ?? '—' }} | {{ $followUp->lead->client->name ?? '—' }} | {{ $followUp->subject ?? '—' }} | {{ $followUp->reason ?? '—' }} | {{ $followUp->create_date ? \Carbon\Carbon::parse($followUp->create_date)->format('d M Y, h:i A') : '—' }} | {{ $followUp->remarks ?? '—' }} | {{ $followUp->taken_at ? \Carbon\Carbon::parse($followUp->taken_at)->format('d M Y, h:i A') : '—' }} | {{ $followUp->due_date ? \Carbon\Carbon::parse($followUp->due_date)->format('d M Y, h:i A') : '—' }} | {{ ucfirst($followUp->status ?? 'N/A') }} | |
| No follow-ups found. | ||||||||||