FilamentF
Filament3y ago
Noor

two forms data from one resource to another...

for simply pre-filling data I'm using this code which works fine On editRecord $actions[] = Actions\Action::make('inspection')
->label('Inspection Report')
->url(function (): string { return route('filament.resources.inspections.index', [

'address' => $this->record->address,
]);
});
Was this page helpful?