@if ($row->date === null) N/A @else
{{ \Carbon\Carbon::parse($row->date)->isoFormat('Do MMMM YYYY')}}
@endif