{{ __('Registration Tokens') }} {{ __('Manage matrix registration tokens') }}
Create token
Registration token
@forelse ($tokens as $token) @empty @endforelse
Uses allowed Pending Completed Expiry time Actions
{{ $token['uses_allowed'] }} {{ $token['pending'] }} {{ $token['completed'] }} {{ $token['expiry_time'] ? Carbon\Carbon::createFromTimestampMs($token['expiry_time'])->toDateTimeString() : 'Never' }} Revoke
No tokens found.