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