F
Filament15mo ago
RT2023

Render data from two resources in the same form

Is there a way to render data in a form from two different resources (tables or models) without a relationship between them? Thanks
4 Replies
hdaklue
hdaklue15mo ago
protected function mutateFormDataBeforeFill(array $data): array { $data['user_id'] = auth()->id(); return $data; }
RT2023
RT2023OP15mo ago
thanks
Want results from more Discord servers?
Add your server