@if ($invitations->count() > 0)
Pending Invitations
Email |
Via |
Role |
Invitation Link |
Actions |
@foreach ($invitations as $invite)
{{ $invite->email }} |
{{ $invite->via }} |
{{ $invite->role }} |
Copy Invitation
Link
|
Revoke
Invitation
|
@endforeach
@endif
@script
@endscript