Browse Source

added resend

= 2 years ago
parent
commit
0cd0d67fdf
1 changed files with 12 additions and 0 deletions
  1. 12 0
      resources/views/app/patient/accounts.blade.php

+ 12 - 0
resources/views/app/patient/accounts.blade.php

@@ -177,6 +177,18 @@
                                             </div>
                                             </div>
                                         </form>
                                         </form>
                                     </span>
                                     </span>
+                                    <span class="d-inline-block text-secondary mx-1">|</span>
+                                    <span moe class="ml-1" relative>
+                                        <a class="" href="" show start>Resend</a>
+                                        <form url="/api/accountInvite/resendInvite" right>
+                                            <input type="hidden" name="uid" value="{{$accountInvite->uid}}">
+                                            <p>Resend the invite email?</p>
+                                            <div class="mb-0">
+                                                <button class="btn btn-primary btn-sm" submit>Submit</button>
+                                                <button class="btn btn-default border btn-sm" cancel>Cancel</button>
+                                            </div>
+                                        </form>
+                                    </span>
                                 @endif
                                 @endif
                                 @if($accountInvite->status == 'CANCELLED')
                                 @if($accountInvite->status == 'CANCELLED')
                                     <span moe class="ml-1" relative>
                                     <span moe class="ml-1" relative>