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