{{ __('Follow-ups') }}

Add Follow-up
@forelse($followups as $followup) @empty @endforelse
Lead Campaign Follow-up Date Next Date Status Actions
{{ $followup->lead->name }} {{ $followup->lead->campaign->name }} {{ $followup->followup_date->format('M d, Y') }} {{ $followup->next_followup_date?->format('M d, Y') ?? '-' }} {{ $followup->status }} Edit
@csrf @method('DELETE')
No follow-ups found.
{{ $followups->links() }}