One to many polymorphic relationship

How can I retrieve each model in appointment table to filament table column?
Example
$type_name = appointment()->type->name;
$make_name = appointment()->make->name;
Screenshot_from_2024-03-23_23-30-08.png
Was this page helpful?