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