Forms\Components\Section::make()
->relationship(
'attachment',
condition: fn (?array $state): bool => filled($state['attachment_path']),
)
->schema([
Forms\Components\FileUpload::make('attachment_path')
->multiple()
->openable(),
])
Forms\Components\Section::make()
->relationship(
'attachment',
condition: fn (?array $state): bool => filled($state['attachment_path']),
)
->schema([
Forms\Components\FileUpload::make('attachment_path')
->multiple()
->openable(),
])