@if ($row->medical_history && strtotime($row->medical_history) !== false)
{{ \Carbon\Carbon::parse($row->medical_history)->translatedFormat('jS M, Y') }}
@else {{ __('messages.common.n/a') }} @endif