https://twill.io logo
<@479379745856028705>, yes, but I have to display ...
# ❓questions
n
@ifox, yes, but I have to display it where the table rows are displayed, before you enter the forms page.
k
Hello, you can achive this with similiar approach which you used before for custom index columns formating. Then you can make something like
Copy code
php
public function getLatestRevisionUserNameAttribute() 
{
    $latest_revision = $this->revisions()->first();
    return User::find($latest_revision->user_id)?->name;
}