Peter Muturi 1 년 전
부모
커밋
6f355353a6
1개의 변경된 파일23개의 추가작업 그리고 9개의 파일을 삭제
  1. 23 9
      resources/views/app/patient/surveys/partials/form-layout.blade.php

+ 23 - 9
resources/views/app/patient/surveys/partials/form-layout.blade.php

@@ -80,17 +80,31 @@
                       <div class="mb-4 text-center">
                         <img src="{{asset('img/logo.svg')}}" class="w-25" alt="">
                       </div>
-                      <h5 class="text-pry title mb-3">
-                        @yield('survey-header')
-                      </h5>
-                      <hr>
                       @if(session('success'))
-                          <div class="alert alert-success p-1 rounded-0">{{ session('success') }}</div>
+                        <h5 class="text-pry text-center title mb-3">
+                          <span>Thank You for Your Contribution to Our Survey!</span>
+                        </h5>
+                        <div class="">
+
+                          <p>We extend our gratitude for your recent participation in our medical survey. Your insights are crucial in advancing research and improving healthcare. Your willingness to share insights contributes to the collective effort to improve healthcare practices and patient outcomes.</p>
+                          <p>If you have any questions or would like to receive updates on the survey findings, please feel free to reach out by calling us at <a class="text-nowrap" href="tel:(800) 990-5491">(800) 990-5491</a>. We value your continued involvement and appreciate your role in our shared mission for a healthier future.</p>
+                          <p>Thank you for your time and dedication to our shared mission.</p>
+                          <br>
+                          <p>Best regards,
+                            <br>
+                            Leadership Health
+                          </p>
+                        </div>
+                      @else
+                        <h5 class="text-pry title mb-3">
+                          @yield('survey-header')
+                        </h5>
+                        <hr>
+                        @if(session('error'))
+                            <div class="alert alert-danger p-1 rounded-0">{{ session('error') }}</div>
+                        @endif
+                        @yield('survey-content')
                       @endif
-                      @if(session('error'))
-                          <div class="alert alert-danger p-1 rounded-0">{{ session('error') }}</div>
-                      @endif
-                      @yield('survey-content')
                     </div>
                 </div>
             </div>