@if (!$row->is_completed == 3 && in_array($row->payment_type, [1,6,2]))
@endif
@if (!getLoggedinPatient() && $row->is_completed == 0)
@endif
@if (Auth::user()->hasRole('Admin'))
@if (
($row->is_completed == 0 || $row->is_completed == 1) &&
($row->payment_type == 1 || $row->payment_type == 2 || $row->payment_type == 6 || $row->payment_type == null))
@endif
@endif