|
@@ -177,6 +177,18 @@
|
|
|
</div>
|
|
|
</form>
|
|
|
</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
|
|
|
@if($accountInvite->status == 'CANCELLED')
|
|
|
<span moe class="ml-1" relative>
|