Procházet zdrojové kódy

Merge branch 'dev' of rav.triplestart.com:jmudaka/stagfe2

= před 4 roky
rodič
revize
db5b301a61
1 změnil soubory, kde provedl 38 přidání a 0 odebrání
  1. 38 0
      resources/views/layouts/patient.blade.php

+ 38 - 0
resources/views/layouts/patient.blade.php

@@ -283,6 +283,25 @@
                                                             </div>
                                                         </form>
                                                     </div>
+                                                    @if($patient->mcp)
+                                                        <div moe class="ml-2">
+                                                            <a start show><i class="fa fa-times"></i></a>
+                                                            <form url="/api/client/removeMcp" class="mcp-theme-1">
+                                                                <input type="hidden" name="uid" value="{{$patient->uid}}">
+                                                                <div class="mb-2">
+                                                                    <label class="text-secondary text-sm">Remove MCP Pro</label>
+                                                                    
+                                                                </div>
+                                                                <div>
+                                                                    <button submit class="btn btn-sm btn-primary mr-1">Submit
+                                                                    </button>
+                                                                    <button cancel class="btn btn-sm btn-default border">
+                                                                        Cancel
+                                                                    </button>
+                                                                </div>
+                                                            </form>
+                                                        </div>
+                                                    @endif
                                                 @endif
                                             </div>
                                         </div>
@@ -378,6 +397,25 @@
                                                         </div>
                                                     </form>
                                                 </div>
+                                                @if($patient->pcp)
+                                                <div moe class="ml-2">
+                                                    <a start show><i class="fa fa-times"></i></a>
+                                                    <form url="/api/client/removePhysicianPro" class="mcp-theme-1">
+                                                        <input type="hidden" name="uid" value="{{$patient->uid}}">
+                                                        <div class="mb-2">
+                                                            <label class="text-secondary text-sm">Remove Physician Pro</label>
+                                                            
+                                                        </div>
+                                                        <div>
+                                                            <button submit class="btn btn-sm btn-primary mr-1">Submit
+                                                            </button>
+                                                            <button cancel class="btn btn-sm btn-default border">
+                                                                Cancel
+                                                            </button>
+                                                        </div>
+                                                    </form>
+                                                </div>
+                                                @endif
                                             @endif
                                         </div>
                                     </section>