@if ($row->follow_up_date === null) N/A @else
{{ \Carbon\Carbon::parse($row->follow_up_date)->isoFormat('Do MMM, Y')}}
@endif