Retrieve parent in relation page

In the relation page ive created between forms & responses (one to many), id like to get the parent record inside the columns function in the table method, how to?

i also want to retrieve it in here:
public function getTitle(): string | Htmlable
{
    return $form->title . ': ' . __('Responses');
}


relation pages docs ive read -> https://filamentphp.com/docs/3.x/panels/resources/relation-managers#relation-pages
Was this page helpful?