@if (!$row->is_completed == 3)
@endif
@if (!getLoggedinPatient() && $row->is_completed == 0)
@endif
@if (Auth::user()->hasRole('Admin'))
@if ($row->is_completed == 0 || $row->is_completed == 1)
@include('icons.edit', ['class' => 'tw-flex tw-w-6 tw-h-6'])
@endif
@endif