A list of all the users in your account including their name and email.
Name | Role | Active | {{--Edit | --}}||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $record->name }} | {{ $record->email }} | @if($isauthorized && $account->user_id != $record->id ) @else {{ ucfirst($record->pivot->role_id) }} @endif | @if($isauthorized) @if($account->user_id == $record->id) Owner @else @endif @else {{ $record->pivot->active ? 'True' : 'False' }} @endif | {{--Edit, {{ $record->name }} | --}}|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{ $records->links(data: ['scrollTo' => '#'. $records->getOptions()['pageName']]) }}
|
A list of all the pending users waiting to accept your invitiation.
Created | Delete | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $invitation->email }} | {{ $invitation->created_at }} | @if($isauthorized) @endif | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{ $invitations->links(data: ['scrollTo' => '#'. $invitations->getOptions()['pageName']]) }}
|