@lang('accounts')

@isset($breadcrumbs) @endisset
@if(count($pendingInvites)) @else @endif
@if($accounts->isNotEmpty()) @else @if(!count($pendingInvites))
{{--

404

--}}

No pending invitations.

If you received an invite but do not see one here, please contact the person who sent it to you.

@if($canCreateAccount) Create Account @endif
@endif @endif
@if($accounts->isNotEmpty() && $canCreateAccount) New Account @endif