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;
$type_name = appointment()->type->name;
$make_name = appointment()->make->name;
No description
1 Reply
Shaung Bhone
Shaung BhoneOP11mo ago
hi no one help lol

Did you find this page helpful?