Browse Source

Remove old stuff from client dashboard

Vijayakrishnan 4 năm trước cách đây
mục cha
commit
347c0b041b
1 tập tin đã thay đổi với 8 bổ sung8 xóa
  1. 8 8
      resources/views/app/patient/dashboard.blade.php

+ 8 - 8
resources/views/app/patient/dashboard.blade.php

@@ -31,12 +31,12 @@
                 @include('app/patient/partials/appointments')
 
                 {{-- allergies --}}
-                @include('app/patient/partials/allergies')
+                {{--@include('app/patient/partials/allergies')--}}
 
                 {{-- canvas based allergies --}}
                 <div class="pt-2 mt-2 border-top">
                     <div class="d-flex align-items-center pb-2">
-                        <h6 class="my-0 font-weight-bold text-secondary">Allergies **</h6>
+                        <h6 class="my-0 font-weight-bold text-secondary">Allergies</h6>
                         <span class="mx-2 text-secondary">|</span>
                         @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'allergies'])
                     </div>
@@ -46,12 +46,12 @@
                 </div>
 
                 {{-- rx --}}
-                @include('app/patient/partials/rx')
+                {{--@include('app/patient/partials/rx')--}}
 
                 {{-- canvas based rx --}}
                 <div class="pt-2 mt-2 border-top">
                     <div class="d-flex align-items-center pb-2">
-                        <h6 class="my-0 font-weight-bold text-secondary">Current Medications **</h6>
+                        <h6 class="my-0 font-weight-bold text-secondary">Current Medications</h6>
                         <span class="mx-2 text-secondary">|</span>
                         @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'rx', 'class' => 'wide'])
                     </div>
@@ -331,12 +331,12 @@
             <div class="col-6">
 
                 {{-- dx --}}
-                @include('app/patient/partials/dx')
+                {{--@include('app/patient/partials/dx')--}}
 
                 {{-- canvas based dx --}}
                 <div class="pt-2 mt-2 border-top">
                     <div class="d-flex align-items-center pb-2">
-                        <h6 class="my-0 font-weight-bold text-secondary">Current Problems / Focus Areas **</h6>
+                        <h6 class="my-0 font-weight-bold text-secondary">Current Problems / Focus Areas</h6>
                         <span class="mx-2 text-secondary">|</span>
                         @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'dx', 'class' => 'wide'])
                     </div>
@@ -779,12 +779,12 @@
                 </div>
 
                 {{-- care-team --}}
-                @include('app/patient/partials/care-team')
+                {{--@include('app/patient/partials/care-team')--}}
 
                 {{-- canvas based dx --}}
                 <div class="pt-2 mt-2 border-top">
                     <div class="d-flex align-items-center pb-2">
-                        <h6 class="my-0 font-weight-bold text-secondary">Care Team **</h6>
+                        <h6 class="my-0 font-weight-bold text-secondary">Care Team</h6>
                         <span class="mx-2 text-secondary">|</span>
                         @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'care-team', 'class' => 'wide'])
                     </div>