@if($row->assign_date === null) N/A @else
{{ \Carbon\Carbon::parse($row->assign_date )->translatedFormat('jS M, Y') }}
@endif