No follow-ups found
Follow-ups you create will appear here.
@foreach($followUps as $followUp)
{{ $followUp->user->name }} on {{ class_basename($followUp->followable_type) }} #{{ $followUp->followable_id }}
{{ $followUp->description }}
Follow-up Date: {{ $followUp->follow_up_date ? $followUp->follow_up_date->format('M d, Y') : 'N/A' }}
@endforeach