@if ($row->date === null) {{ __('messages.common.n/a') }} @else
{{ \Carbon\Carbon::parse($row->date)->isoFormat('Do MMM, Y') }}
@endif