© 2026 Hedgehog Software, LLC
Section::make() ->description('Attach any files related to this policy') ->heading('Claim attachments') ->schema([ FileUpload::make('attachments') ->label('') ->multiple() ->disk('public') ->directory('claim-attachments') ->preserveFilenames() ->downloadable() ->enableOpen() ->previewable(false) ]),
directory('claim-attachments' . $this->id)