JKR 2 жил өмнө
parent
commit
0abd57fa9a

+ 1 - 1
resources/views/layouts/app.blade.php

@@ -5,7 +5,7 @@
 @endsection
 
 @section('context-switch-link')
-  <a class="ms-3 text-dark" href="{{ route('physicians.index') }}">For Physicians</a>
+  <a class="ms-3 text-dark" style="font-size: 14px;" href="{{ route('physicians.index') }}">View Site For Physicians</a>
 @endsection
 
 @section('navigation')

+ 3 - 2
resources/views/layouts/base.blade.php

@@ -23,11 +23,12 @@
             <div class="d-md-flex align-items-center justify-content-between">
               <div class="p-md-1">
                 <strong style="line-height:3px;font-size:14px;">This site is intended for U.S. audiences only.</strong>
+                @yield('context-switch-link')
               </div>
               <div class="text-md-end">
                 <a class="text-dark" href="tel:(800) 290-9092">(800) 290-9092</a>
-                <span class="ms-3">|</span>
-                @yield('context-switch-link')
+                <!-- <span class="ms-3">|</span> -->
+                
               </div>
             </div>
         </div>

+ 1 - 1
resources/views/layouts/physicians.blade.php

@@ -5,7 +5,7 @@
 @endsection
 
 @section('context-switch-link')
-  <a class="ms-3 text-dark" href="{{ route('index') }}">For Patients</a>
+  <a class="ms-3 text-dark" style="font-size: 14px;" href="{{ route('index') }}">View Site For Patients</a>
 @endsection