© 2026 Hedgehog Software, LLC
handleRecordCreation()
->headerActions([ Tables\Actions\CreateAction::make() ->using(function (array $data, RelationManager $livewire) { //... }), ])
class CreateAgreement extends CreateRecord { protected static string $resource = AgreementResource::class; protected function handleRecordCreation(array $data): Model { // .. } }
using()