Nova UI for laravel-authentication-log
Installation
composer require tapp/nova-authentication-logResource
Authentication Log resource will show up in the nova sidebar.

Relation on Authenticatable Resource (optional)
MorphMany::make(
'Authentication Logs',
'authentications',
\Tapp\NovaAuthenticationLog\Resources\AuthenticationLog::class
),Configuration (optional)
php artisan vendor:publish --provider="Tapp\NovaAuthenticationLog\ToolServiceProvider" --tag="config"