소스 검색

Merge note dashboard

Vijayakrishnan 3 년 전
부모
커밋
ca66161118
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      resources/views/app/patient/note/dashboard.blade.php

+ 0 - 3
resources/views/app/patient/note/dashboard.blade.php

@@ -28,9 +28,6 @@
 
     $visitLayoutPath = '';
     $doesVisitTemplateLayoutExist = false;
-    $visitLayoutPath = $note->visitTemplate? "app.patient.note.visit-template-ui-layouts.{$note->visitTemplate->internal_name}" : null;
-
-    $doesVisitTemplateLayoutExist = $isVisitTemplateBased && \Illuminate\Support\Facades\View::exists($visitLayoutPath);
 
     if($isVisitTemplateBased) {
         $visitLayoutPath = "app.patient.note.visit-template-ui-layouts.{$note->visitTemplate->internal_name}";