|string> */ public function rules(): array { return [ 'judiciary_document' => 'required|array', 'judiciary_document.*' => 'file', ]; } }